From 598e062ad81822026c67a43bb0053389cb761a3e Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Sun, 2 Sep 2007 19:02:03 +0000 Subject: Update to 138 PR: ports/116027 Submitted by: James Bailie (maintainer) --- lang/munger/Makefile | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) (limited to 'lang/munger/Makefile') diff --git a/lang/munger/Makefile b/lang/munger/Makefile index d887458b0a71..a3ca73e7dafd 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 -- cgit v1.2.3