Chase USES=pgsql in pgtcl slaves

This commit is contained in:
Antoine Brodin 2014-05-29 08:12:51 +00:00
parent e86bd07065
commit 0416a2e70a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355673
6 changed files with 18 additions and 18 deletions

View File

@ -17,7 +17,11 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
OPTIONS_DEFINE= DOCS
.if defined(PGTCL_SLAVE)
USES= pgsql:${PGTCL_SLAVE} tcl
.else
USES= pgsql tcl
.endif
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} --with-tclinclude=${TCL_INCLUDEDIR}
LIBDIR= ${PREFIX}/lib/${PORTNAME}

View File

@ -1,11 +1,10 @@
# $FreeBSD$
WANT_PGSQL_VER= 90
PKGNAMESUFFIX= -postgresql${WANT_PGSQL_VER}
PKGNAMESUFFIX= -postgresql90
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[12]-[0-9]*
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[1234]-[0-9]*
PGTCL_SLAVE= 9.0
MASTERDIR= ${.CURDIR}/../pgtcl
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -1,11 +1,10 @@
# $FreeBSD$
WANT_PGSQL_VER= 91
PKGNAMESUFFIX= -postgresql${WANT_PGSQL_VER}
PKGNAMESUFFIX= -postgresql91
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[02]-[0-9]*
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0234]-[0-9]*
PGTCL_SLAVE= 9.1
MASTERDIR= ${.CURDIR}/../pgtcl
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -1,11 +1,10 @@
# $FreeBSD$
WANT_PGSQL_VER= 92
PKGNAMESUFFIX= -postgresql${WANT_PGSQL_VER}
PKGNAMESUFFIX= -postgresql92
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[01]-[0-9]*
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0134]-[0-9]*
PGTCL_SLAVE= 9.2
MASTERDIR= ${.CURDIR}/../pgtcl
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -1,11 +1,10 @@
# $FreeBSD$
WANT_PGSQL_VER= 93
PKGNAMESUFFIX= -postgresql${WANT_PGSQL_VER}
PKGNAMESUFFIX= -postgresql93
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[012]-[0-9]*
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0124]-[0-9]*
PGTCL_SLAVE= 9.3
MASTERDIR= ${.CURDIR}/../pgtcl
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -1,10 +1,10 @@
# $FreeBSD$
WANT_PGSQL_VER= 94
PKGNAMESUFFIX= -postgresql${WANT_PGSQL_VER}
PKGNAMESUFFIX= -postgresql94
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0123]-[0-9]*
PGTCL_SLAVE= 9.4
MASTERDIR= ${.CURDIR}/../pgtcl
.include "${MASTERDIR}/Makefile"