aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql84-server
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-03-20 17:37:21 +0800
committerpav <pav@FreeBSD.org>2008-03-20 17:37:21 +0800
commit5393c0055a0c7d4595c175f5df38f3bb28ac515f (patch)
tree06e967b8078856564c871f87e1435ccd94e6dc5d /databases/postgresql84-server
parenta769580b87aff31eefcf6b9b8a016a2127c9d8c8 (diff)
downloadfreebsd-ports-gnome-5393c0055a0c7d4595c175f5df38f3bb28ac515f.tar.gz
freebsd-ports-gnome-5393c0055a0c7d4595c175f5df38f3bb28ac515f.tar.zst
freebsd-ports-gnome-5393c0055a0c7d4595c175f5df38f3bb28ac515f.zip
- Remove USE_GETOPT_LONG which is a no-op since March 200
Diffstat (limited to 'databases/postgresql84-server')
-rw-r--r--databases/postgresql84-server/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile
index bea34fea6ef4..99c7cdab477b 100644
--- a/databases/postgresql84-server/Makefile
+++ b/databases/postgresql84-server/Makefile
@@ -87,10 +87,6 @@ CONFIGURE_ARGS+=--with-openssl
.include <bsd.port.pre.mk>
.if !defined(SLAVE_ONLY)
-# gnugetopt will always be used if already installed
-. if ( ${OSVERSION} < 500041 ) && !exists(${LOCALBASE}/include/getopt.h)
-OPTIONS+= GNUGETOPT "Use GNU getopt" on
-. endif
OPTIONS+= PAM "Build with PAM support (server only)" off
OPTIONS+= LDAP "Build with LDAP authentication support" off
OPTIONS+= MIT_KRB5 "Build with MIT's kerberos support" off
@@ -142,10 +138,6 @@ PLIST_SUB+= TZDATA="@comment "
CONFIGURE_ARGS+=--enable-integer-datetimes
. endif
-. if !defined(WITHOUT_GNUGETOPT) || exists(${LOCALBASE}/include/getopt.h)
-USE_GETOPT_LONG=yes
-. endif
-
. if !(defined(WITHOUT_GETTEXT) || defined(WITHOUT_NLS))
CONFIGURE_ARGS+=--enable-nls
PLIST_SUB+= GETTEXT=""