From 85e01b22fa784372e96fe2125315113e71c06268 Mon Sep 17 00:00:00 2001 From: johans Date: Thu, 28 Jun 2012 16:12:21 +0000 Subject: Convert to new options framework --- lang/pike78/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lang/pike78') 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 -- cgit