aboutsummaryrefslogtreecommitdiff
path: root/lang/see/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-04-11 15:39:41 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-04-11 15:39:41 +0000
commita3e270a91046e6005115fe18b5f32aa0edd1abdc (patch)
tree6fe42c7a7be825b8087ffd9dd23404dcdf6a5462 /lang/see/Makefile
parent20bef366c0b4e9f5bcc64de5ef787dcaaaa9374f (diff)
downloadports-a3e270a91046e6005115fe18b5f32aa0edd1abdc.tar.gz
ports-a3e270a91046e6005115fe18b5f32aa0edd1abdc.zip
Notes
Diffstat (limited to 'lang/see/Makefile')
-rw-r--r--lang/see/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/see/Makefile b/lang/see/Makefile
index ada5b1c37519..5326f2698142 100644
--- a/lang/see/Makefile
+++ b/lang/see/Makefile
@@ -7,6 +7,7 @@
PORTNAME= see
PORTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= lang devel
MASTER_SITES= http://www.adaptive-enterprises.com.au/~d/software/see/
@@ -15,7 +16,7 @@ COMMENT= Simple ECMAScript Engine (SEE)
CONFLICTS= see-devel-[0-9]*
-OPTIONS= GC "Use Boehm-Weiser garbage collection package" on \
+OPTIONS= GC "Use Boehm-Weiser garbage collection pkg" on \
OPTIMIZED_CFLAGS "Enable some additional optimizations" off
INSTALLS_SHLIB= yes
@@ -32,7 +33,7 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
CFLAGS+= -O3 -fomit-frame-pointer
.endif
-.if defined(WITH_GC)
+.if !defined(WITHOUT_GC)
LIB_DEPENDS+= gc:${PORTSDIR}/devel/boehm-gc
.else
CONFIGURE_ARGS+= --without-boehm-gc