aboutsummaryrefslogtreecommitdiff
path: root/databases/pg_reorg/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-08-03 10:49:00 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-08-03 10:49:00 +0000
commitc1e211ebf7756d6cf4ad746b2bd0fb87da6b3e6b (patch)
tree711d53f720c54677c74b0d00b3caab33b00d3a94 /databases/pg_reorg/Makefile
parent1f8179187f1587e239716281b077d60d0784468a (diff)
downloadports-c1e211ebf7756d6cf4ad746b2bd0fb87da6b3e6b.tar.gz
ports-c1e211ebf7756d6cf4ad746b2bd0fb87da6b3e6b.zip
Notes
Diffstat (limited to 'databases/pg_reorg/Makefile')
-rw-r--r--databases/pg_reorg/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/databases/pg_reorg/Makefile b/databases/pg_reorg/Makefile
index 1e95b1b33f6f..4a32cf1dc4c2 100644
--- a/databases/pg_reorg/Makefile
+++ b/databases/pg_reorg/Makefile
@@ -15,23 +15,16 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
MAKE_ENV= USE_PGXS=0
-USES= gmake pgsql uidfix
+USES= gmake pgsql:9.1-9.5 uidfix
LLD_UNSAFE= yes
-WANT_PGSQL_VER= 91+
WANT_PGSQL= server
INSTALL_TARGET= install-strip
PORTDOCS= *
OPTIONS_DEFINE= DOCS
-.include <bsd.port.pre.mk>
-
-.if ${PGSQL_VER:R} >= 11
-IGNORE= incompatible with PostgreSQL 11 or newer
-.endif
-
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>