diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-09-03 03:02:03 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-09-03 03:02:03 +0800 |
commit | c7da67d1d755bbf13ec6456de243c096c06a513c (patch) | |
tree | 955801a89827cbb8aa9aef6e79a24b9b4d0a1ab8 /lang/munger/Makefile | |
parent | 9bb94854208afbdc4f6a7163117b2c1eb686e1d5 (diff) | |
download | freebsd-ports-graphics-c7da67d1d755bbf13ec6456de243c096c06a513c.tar.gz freebsd-ports-graphics-c7da67d1d755bbf13ec6456de243c096c06a513c.tar.zst freebsd-ports-graphics-c7da67d1d755bbf13ec6456de243c096c06a513c.zip |
Update to 138
PR: ports/116027
Submitted by: James Bailie (maintainer)
Diffstat (limited to 'lang/munger/Makefile')
-rw-r--r-- | lang/munger/Makefile | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/lang/munger/Makefile b/lang/munger/Makefile index d887458b0a7..a3ca73e7daf 100644 --- a/lang/munger/Makefile +++ b/lang/munger/Makefile @@ -6,7 +6,7 @@ # PORTNAME= munger -PORTVERSION= 4.137 +PORTVERSION= 4.138 CATEGORIES= lang MASTER_SITES= http://www.mammothcheese.ca/ @@ -18,10 +18,7 @@ DATADIR= ${PREFIX}/share/${PORTNAME}-${PORTVERSION} MAN1= munger.1 MANCOMPRESSED= yes -OPTIONS= FCGI "include FastCGI interface" on \ - SQL "include SQLite interface" on \ - TERM "include character-I/O functions" on \ - BN "include bignum support" off \ +OPTIONS= SQL "include SQLite interface" on \ DKNS "install Dickens text editor" off USE_LDCONFIG= yes @@ -33,19 +30,6 @@ USE_SQLITE= 3 MAKE_ARGS+= -DWITH_SQL .endif -.if !defined(WITHOUT_FCGI) -LIB_DEPENDS+= fcgi.0:${PORTSDIR}/www/fcgi -MAKE_ARGS+= -DWITH_FCGI -.endif - -.if !defined(WITHOUT_TERM) -MAKE_ARGS+= -DWITH_TERM -.endif - -.if defined(WITH_BN) -MAKE_ARGS+= -DWITH_BN -.endif - .if defined(WITH_DKNS) MAKE_ARGS+= -DWITH_DKNS MAN1+= dkns.1 @@ -54,9 +38,4 @@ PLIST_SUB+= DKNS_BIN="bin/dkns" PLIST_SUB+= DKNS_BIN="${DATADIR:S,^${PREFIX}/,,}/dkns.munger" .endif -post-build: -.if !defined(WITHOUT_FCGI) - @${CAT} ${PKGMESSAGE} -.endif - .include <bsd.port.post.mk> |