summaryrefslogtreecommitdiff
path: root/databases/postgresql92-server
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-07-07 00:15:47 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-07-07 00:15:47 +0000
commitabd1752ca41bc8248b131d3979c1fe2d8726197e (patch)
treea02701e350da7138f8932579a7323e96fb5738bb /databases/postgresql92-server
parentReconvert USE_ICONV to USES=iconv (diff)
- convert from USE_GMAKE to USES=gmake
- trim historical headers With hat: pgsql@
Notes
Notes: svn path=/head/; revision=322415
Diffstat (limited to 'databases/postgresql92-server')
-rw-r--r--databases/postgresql92-server/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile
index 666b62cad84b..904286a3e20f 100644
--- a/databases/postgresql92-server/Makefile
+++ b/databases/postgresql92-server/Makefile
@@ -32,11 +32,9 @@ LATEST_LINK?= ${PKGNAMEPREFIX}${UNIQUENAME}
PKGINSTALL?= ${PKGDIR}/pkg-install${PKGNAMESUFFIX}
USE_BZIP2= yes
-USE_GMAKE= yes
+.if !defined(NO_BUILD)
+USES+= gmake
GNU_CONFIGURE= yes
-.if defined(NO_BUILD)
-.undef USE_GMAKE
-.undef GNU_CONFIGURE
.endif
PG_USER= pgsql