diff options
author | johans <johans@FreeBSD.org> | 2012-06-29 00:12:21 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2012-06-29 00:12:21 +0800 |
commit | 85e01b22fa784372e96fe2125315113e71c06268 (patch) | |
tree | 5d6962d1dfd37d46dbd0d9a1e14673aa0b241785 /lang/pike78 | |
parent | ee875ae74ec47053ef25485870a507d035968953 (diff) | |
download | freebsd-ports-gnome-85e01b22fa784372e96fe2125315113e71c06268.tar.gz freebsd-ports-gnome-85e01b22fa784372e96fe2125315113e71c06268.tar.zst freebsd-ports-gnome-85e01b22fa784372e96fe2125315113e71c06268.zip |
Convert to new options framework
Diffstat (limited to 'lang/pike78')
-rw-r--r-- | lang/pike78/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/pike78/Makefile b/lang/pike78/Makefile index 2a63abe9e578..9a8dfb05b12f 100644 --- a/lang/pike78/Makefile +++ b/lang/pike78/Makefile @@ -56,6 +56,7 @@ CONFIGURE_ARGS+= --without-debug \ --with-jpeg \ --with-tiff \ --with-gdbm \ + --with-relocatable-dumped-modules \ --without-GL --without-GLUT \ --without-GTK \ --without-ffmpeg \ @@ -95,12 +96,6 @@ ONLY_FOR_ARCHS= i386 amd64 BROKEN= Does not build on FreeBSD < 8.x .endif -.ifdef(WITHOUT_RELOCATABLE_DUMPED_MODULES) -CONFIGURE_ARGS+= --without-relocatable-dumped-modules -.else -CONFIGURE_ARGS+= --with-relocatable-dumped-modules -.endif - .if ${PORT_OPTIONS:MTTF} LIB_DEPENDS+= ttf:${PORTSDIR}/print/freetype CONFIGURE_ARGS+= --with-ttflib |