diff options
| author | Scott Mace <smace@FreeBSD.org> | 1998-09-22 21:59:45 +0000 |
|---|---|---|
| committer | Scott Mace <smace@FreeBSD.org> | 1998-09-22 21:59:45 +0000 |
| commit | 0b652441a25249ab8f8ce23a672bcfc87f7990ce (patch) | |
| tree | 2e9e8ecb21d4712a5a505fd606085a12adf80528 | |
| parent | e24826a8fc32d6a64327e870bcfea8da9e224164 (diff) | |
slang is now ELF.
| -rw-r--r-- | mail/mutt-devel/Makefile | 6 | ||||
| -rw-r--r-- | mail/mutt/Makefile | 6 | ||||
| -rw-r--r-- | mail/mutt14/Makefile | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 112e5a1c8fa1..13be8d72ffac 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -4,7 +4,7 @@ # Date created: Thur July 25, 1996 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.47 1998/07/23 08:04:47 obrien Exp $ +# $Id: Makefile,v 1.48 1998/08/04 19:26:04 obrien Exp $ DISTNAME= mutt-0.93.2i PKGNAME= mutt-0.93.2 @@ -26,14 +26,14 @@ PATCHFILES= MAINTAINER= obrien@FreeBSD.org .if defined(BATCH) -LIB_DEPENDS= slang\\.1\\.:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang\\.1:${PORTSDIR}/devel/libslang BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \ sgmlfmt:${PORTSDIR}/textproc/sgmlformat RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell .elif defined(USE_NCURSES_PORT) LIB_DEPENDS= ncurses\\.4\\.:${PORTSDIR}/devel/ncurses .elif defined(USE_SLANG) -LIB_DEPENDS= slang\\.1\\.:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang\\.1:${PORTSDIR}/devel/libslang .endif DIST_SUBDIR= mutt diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 112e5a1c8fa1..13be8d72ffac 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -4,7 +4,7 @@ # Date created: Thur July 25, 1996 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.47 1998/07/23 08:04:47 obrien Exp $ +# $Id: Makefile,v 1.48 1998/08/04 19:26:04 obrien Exp $ DISTNAME= mutt-0.93.2i PKGNAME= mutt-0.93.2 @@ -26,14 +26,14 @@ PATCHFILES= MAINTAINER= obrien@FreeBSD.org .if defined(BATCH) -LIB_DEPENDS= slang\\.1\\.:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang\\.1:${PORTSDIR}/devel/libslang BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \ sgmlfmt:${PORTSDIR}/textproc/sgmlformat RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell .elif defined(USE_NCURSES_PORT) LIB_DEPENDS= ncurses\\.4\\.:${PORTSDIR}/devel/ncurses .elif defined(USE_SLANG) -LIB_DEPENDS= slang\\.1\\.:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang\\.1:${PORTSDIR}/devel/libslang .endif DIST_SUBDIR= mutt diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 112e5a1c8fa1..13be8d72ffac 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -4,7 +4,7 @@ # Date created: Thur July 25, 1996 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.47 1998/07/23 08:04:47 obrien Exp $ +# $Id: Makefile,v 1.48 1998/08/04 19:26:04 obrien Exp $ DISTNAME= mutt-0.93.2i PKGNAME= mutt-0.93.2 @@ -26,14 +26,14 @@ PATCHFILES= MAINTAINER= obrien@FreeBSD.org .if defined(BATCH) -LIB_DEPENDS= slang\\.1\\.:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang\\.1:${PORTSDIR}/devel/libslang BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \ sgmlfmt:${PORTSDIR}/textproc/sgmlformat RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell .elif defined(USE_NCURSES_PORT) LIB_DEPENDS= ncurses\\.4\\.:${PORTSDIR}/devel/ncurses .elif defined(USE_SLANG) -LIB_DEPENDS= slang\\.1\\.:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang\\.1:${PORTSDIR}/devel/libslang .endif DIST_SUBDIR= mutt |
