diff options
| author | Chris Rees <crees@FreeBSD.org> | 2014-08-25 17:53:26 +0000 | 
|---|---|---|
| committer | Chris Rees <crees@FreeBSD.org> | 2014-08-25 17:53:26 +0000 | 
| commit | dab15277f4ab5eef396460d80afc54d1f390a815 (patch) | |
| tree | f4e1f058cc1522d75a823a40f2ba1399351fc840 /databases/postgresql84-docs | |
| parent | Allow staging as a regular user (diff) | |
Convert pgsql ports to use USES+=pgsql
Reviewed by:	bapt
Notes
Notes:
    svn path=/head/; revision=366114
Diffstat (limited to 'databases/postgresql84-docs')
| -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  | 
