diff options
author | asami <asami@FreeBSD.org> | 1998-10-09 18:05:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-09 18:05:56 +0800 |
commit | e9c739f991c6cb452310195970c317e13e72b8e4 (patch) | |
tree | 31e3b41594947ac26e1ce97b0bb4e223b2704921 /mail/mutt | |
parent | 565d944ffa1809876c5eb94df01380c402ed2e42 (diff) | |
download | freebsd-ports-graphics-e9c739f991c6cb452310195970c317e13e72b8e4.tar.gz freebsd-ports-graphics-e9c739f991c6cb452310195970c317e13e72b8e4.tar.zst freebsd-ports-graphics-e9c739f991c6cb452310195970c317e13e72b8e4.zip |
Remove all the remaining regexps from LIB_DEPENDS. There are some
ports that are not ELFized yet but it's getting too late in the game
and I need to commit the new bsd.port.mk that doesn't use regexps.
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index abf8046c0b3..761bd981197 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.50 1998/09/22 22:48:42 asami Exp $ +# $Id: Makefile,v 1.51 1998/10/01 20:29:46 eivind Exp $ DISTNAME= mutt-0.93.2i PKGNAME= mutt-0.93.2 @@ -31,7 +31,7 @@ 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 +LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses .elif defined(USE_SLANG) LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang .endif |