aboutsummaryrefslogtreecommitdiff
path: root/databases/pgtcl
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-05-29 08:12:51 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-05-29 08:12:51 +0000
commit0416a2e70ac37997a2a3c55f99e5e43759e0bdfa (patch)
tree88386fb53244f591079f8973edab3f64ab94b8cc /databases/pgtcl
parente86bd070657b86333143e33d87ee94036f2cb4d0 (diff)
downloadports-0416a2e70ac37997a2a3c55f99e5e43759e0bdfa.tar.gz
ports-0416a2e70ac37997a2a3c55f99e5e43759e0bdfa.zip
Chase USES=pgsql in pgtcl slaves
Notes
Notes: svn path=/head/; revision=355673
Diffstat (limited to 'databases/pgtcl')
-rw-r--r--databases/pgtcl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/pgtcl/Makefile b/databases/pgtcl/Makefile
index d7a49bdaef11..b9bbb03c7690 100644
--- a/databases/pgtcl/Makefile
+++ b/databases/pgtcl/Makefile
@@ -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}