aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-12-08 13:07:08 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-12-08 13:07:08 +0000
commitb7871e89266ee5435ec9117d7998f6e9a70a0e8d (patch)
tree719678d3bb0aebc0779f22cb5cb5ec04a0faeb62
parente897203eaed092152529feb059db7689553a08e2 (diff)
downloadports-b7871e89266ee5435ec9117d7998f6e9a70a0e8d.tar.gz
ports-b7871e89266ee5435ec9117d7998f6e9a70a0e8d.zip
Notes
-rw-r--r--databases/pgpoolAdmin/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/pgpoolAdmin/Makefile b/databases/pgpoolAdmin/Makefile
index 40151c423e89..7138bee4cb40 100644
--- a/databases/pgpoolAdmin/Makefile
+++ b/databases/pgpoolAdmin/Makefile
@@ -22,4 +22,10 @@ post-extract:
do-install:
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} "! -name *\.orig" )
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PGSQL_DEFAULT} > 9.2
+IGNORE= you have PGSQL_DEFAULT set to ${PGSQL_DEFAULT} but pgpool-II needs 9.2 or less
+.endif
+
+.include <bsd.port.post.mk>