aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql81-server
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 /databases/postgresql81-server
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 'databases/postgresql81-server')
-rw-r--r--databases/postgresql81-server/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/databases/postgresql81-server/Makefile b/databases/postgresql81-server/Makefile
index 0fca314ade12..070417d80ced 100644
--- a/databases/postgresql81-server/Makefile
+++ b/databases/postgresql81-server/Makefile
@@ -77,10 +77,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+= MIT_KRB5 "Build with MIT's kerberos support" off
OPTIONS+= HEIMDAL_KRB5 "Builds with Heimdal kerberos support" off
@@ -125,10 +121,6 @@ CONFIGURE_ARGS+=--with-pam
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=""