aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-03-20 09:37:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-03-20 09:37:21 +0000
commit026e7e59d0ed7d0547f4bbfeb78ec2d7314e4b7e (patch)
treee15da3a9d272dc778a61c4284411b8e8825bce6d /dns
parentdad0d0873a3d4f82a21a868dc5cb50e86c14565b (diff)
downloadports-026e7e59d0ed7d0547f4bbfeb78ec2d7314e4b7e.tar.gz
ports-026e7e59d0ed7d0547f4bbfeb78ec2d7314e4b7e.zip
- Remove USE_GETOPT_LONG which is a no-op since March 200
Notes
Notes: svn path=/head/; revision=209418
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsflood/Makefile2
-rw-r--r--dns/dnsmasq/Makefile1
-rw-r--r--dns/drill/Makefile1
-rw-r--r--dns/libidn/Makefile1
4 files changed, 0 insertions, 5 deletions
diff --git a/dns/dnsflood/Makefile b/dns/dnsflood/Makefile
index 687a0196e8af..b4427aeac935 100644
--- a/dns/dnsflood/Makefile
+++ b/dns/dnsflood/Makefile
@@ -15,8 +15,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= az@FreeBSD.org
COMMENT= DNS flood detector
-USE_GETOPT_LONG= yes
-
WRKSRC= ${WRKDIR}/dns_flood_detector
PLIST_FILES= sbin/dns_flood_detector
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile
index fef8599cda35..60289d75b09c 100644
--- a/dns/dnsmasq/Makefile
+++ b/dns/dnsmasq/Makefile
@@ -22,7 +22,6 @@ PORTDOCS= ${docs:T}
RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}
-USE_GETOPT_LONG=yes
USE_GMAKE= yes
USE_GNOME= pkgconfig
MAKE_ENV= LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}" COPTS="${CFLAGS}"
diff --git a/dns/drill/Makefile b/dns/drill/Makefile
index 8521a9408f78..7f09c4996617 100644
--- a/dns/drill/Makefile
+++ b/dns/drill/Makefile
@@ -20,7 +20,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_BZIP2= yes
USE_OPENSSL= yes
HAS_CONFIGURE= yes
-USE_GETOPT_LONG=yes
LDFLAGS+= -L${OPENSSLLIB}
CFLAGS+= ${CPPFLAGS} -I${OPENSSLINC}
CONFIGURE_ARGS= --prefix=${PREFIX}
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile
index a4d78d76760d..81bb1a97af24 100644
--- a/dns/libidn/Makefile
+++ b/dns/libidn/Makefile
@@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= krion@FreeBSD.org
COMMENT= Internationalized Domain Names command line tool
-USE_GETOPT_LONG= yes
USE_GNOME= gnomehack gnometarget pkgconfig
USE_ICONV= yes
USE_LDCONFIG= yes