diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/bk_edit/Makefile | 1 | ||||
-rw-r--r-- | www/cadaver/Makefile | 1 | ||||
-rw-r--r-- | www/htdump/Makefile | 1 | ||||
-rw-r--r-- | www/netrik/Makefile | 1 | ||||
-rw-r--r-- | www/nscache/Makefile | 1 | ||||
-rw-r--r-- | www/quickie/Makefile | 2 | ||||
-rw-r--r-- | www/sitecopy/Makefile | 1 | ||||
-rw-r--r-- | www/srg/Makefile | 1 | ||||
-rw-r--r-- | www/swfdec-plugin/Makefile | 1 |
9 files changed, 0 insertions, 10 deletions
diff --git a/www/bk_edit/Makefile b/www/bk_edit/Makefile index 97e1241a7306..29a1b4b3c12e 100644 --- a/www/bk_edit/Makefile +++ b/www/bk_edit/Makefile @@ -17,7 +17,6 @@ COMMENT= Bookmark Editor USE_GNOME= gtk12 libxml2 USE_BISON= build -USE_GETOPT_LONG= yes HAS_CONFIGURE= yes MAKE_ENV= LD="${CC}" LDFLAGS="${LDFLAGS}" diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index d08e65cc70f9..4d9d70f4f636 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -17,7 +17,6 @@ COMMENT= Commandline client for DAV LIB_DEPENDS= neon.26:${PORTSDIR}/www/neon -USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/www/htdump/Makefile b/www/htdump/Makefile index 002758b66b0f..69629a7d354d 100644 --- a/www/htdump/Makefile +++ b/www/htdump/Makefile @@ -16,7 +16,6 @@ COMMENT= A tool to retrieve WWW data OPTIONS= SSL "SSL support" on -USE_GETOPT_LONG=yes CFLAGS+= ${CPPFLAGS} MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LFLAGS="-s ${LDFLAGS}" diff --git a/www/netrik/Makefile b/www/netrik/Makefile index 9d00c0fb8b9a..4666621ede19 100644 --- a/www/netrik/Makefile +++ b/www/netrik/Makefile @@ -19,7 +19,6 @@ COMMENT= A text web browser, very ambitious, in active development RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget USE_GMAKE= yes -USE_GETOPT_LONG=yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/www/nscache/Makefile b/www/nscache/Makefile index a477753eb135..509596c759f6 100644 --- a/www/nscache/Makefile +++ b/www/nscache/Makefile @@ -19,7 +19,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Netscape cache browser USE_GNOME= gnomehier gtk12 -USE_GETOPT_LONG= yes USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes diff --git a/www/quickie/Makefile b/www/quickie/Makefile index 42a797defeb8..1945272300f0 100644 --- a/www/quickie/Makefile +++ b/www/quickie/Makefile @@ -21,8 +21,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --sysconfdir=${PREFIX}/etc \ --localstatedir=${DATADIR} -USE_GETOPT_LONG= yes - MAN1= quickie-config.1 quickie_prime.1 quickie.1 quickie_svt.1 \ quickie_license.1 quickie_post_install.1 diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index c0ee584e8e80..30723975cc59 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -24,7 +24,6 @@ CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" \ CONFIGURE_ARGS= --with-neon --with-libxml2 USE_GETTEXT= yes USE_GNOME= libxml2 -USE_GETOPT_LONG= yes USE_GMAKE= yes .ifndef WITHOUT_SSL diff --git a/www/srg/Makefile b/www/srg/Makefile index b6194b2570dc..ee11d5201f75 100644 --- a/www/srg/Makefile +++ b/www/srg/Makefile @@ -19,7 +19,6 @@ COMMENT= A Squid Report Generator USE_GMAKE= yes USE_BISON= build USE_BZIP2= yes -USE_GETOPT_LONG=yes NO_INSTALL_MANPAGES= yes MAKE_ENV= CC="${CC}" CXX="${CXX}" \ CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/www/swfdec-plugin/Makefile b/www/swfdec-plugin/Makefile index b51b6aef3ba8..f529775e0b4c 100644 --- a/www/swfdec-plugin/Makefile +++ b/www/swfdec-plugin/Makefile @@ -16,7 +16,6 @@ COMMENT= Flash rendering plugin LIB_DEPENDS= swfdec-0.5.5:${PORTSDIR}/graphics/swfdec -USE_GETOPT_LONG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-plugin-dir="${PREFIX}/lib/browser_plugins" |