diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-31 22:20:29 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-31 22:20:29 +0800 |
commit | 3e296364bd5a9b204ea68db30c799bacb5df3684 (patch) | |
tree | eab31279d80a94e099db69a6156e993a09f45b79 /www | |
parent | a172e8bf9f84f3fa04b0ca15b0df1ac318ca7468 (diff) | |
download | freebsd-ports-graphics-3e296364bd5a9b204ea68db30c799bacb5df3684.tar.gz freebsd-ports-graphics-3e296364bd5a9b204ea68db30c799bacb5df3684.tar.zst freebsd-ports-graphics-3e296364bd5a9b204ea68db30c799bacb5df3684.zip |
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
Diffstat (limited to 'www')
-rw-r--r-- | www/cgicc/Makefile | 1 | ||||
-rw-r--r-- | www/openvrml/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile index 7e6caf54537..58b5c3aeff8 100644 --- a/www/cgicc/Makefile +++ b/www/cgicc/Makefile @@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ijliao@FreeBSD.org USE_LIBTOOL= yes -GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index 74738d5032c..e3b42726641 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -16,7 +16,6 @@ MAINTAINER= 3d@freebsd.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png -GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-jpeg-prefix=${LOCALBASE} \ --with-png-prefix=${LOCALBASE} \ --with-MesaGL |