diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-22 22:48:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-22 22:48:42 +0000 |
commit | 7cdb6fbdd2ba32a55dde869905111b0224e171aa (patch) | |
tree | 4d271fe3ba0164b922c7dc5096b05cb4c960c0fd /mail/mutt14/Makefile | |
parent | Category name is "x11-clocks", not "x11-clock". ;) (diff) |
Completely remove regexp support (not only trailing dot) now that
libslang is ELFized.
Notes
Notes:
svn path=/head/; revision=13336
Diffstat (limited to 'mail/mutt14/Makefile')
-rw-r--r-- | mail/mutt14/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 13be8d72ffac..9dcb44ccda5c 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.48 1998/08/04 19:26:04 obrien Exp $ +# $Id: Makefile,v 1.49 1998/09/22 21:59:45 smace 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 |