diff options
Diffstat (limited to 'databases/postgresql84-docs/Makefile')
-rw-r--r-- | databases/postgresql84-docs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/postgresql84-docs/Makefile b/databases/postgresql84-docs/Makefile index 2ed42fa0d850..e4958428400c 100644 --- a/databases/postgresql84-docs/Makefile +++ b/databases/postgresql84-docs/Makefile @@ -9,10 +9,9 @@ DISTV= ${DISTVERSION:R} MAINTAINER= pgsql@FreeBSD.org COMMENT= The PostgreSQL documentation set -MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER}-server +MASTERDIR= ${.CURDIR}/../../databases/postgresql84-server -USE_PGSQL= yes -WANT_PGSQL_VER?=84 +USES+= pgsql:8.4 NO_BUILD= YES SLAVE_ONLY= YES |