diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-29 08:12:51 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-29 08:12:51 +0000 |
commit | 0416a2e70ac37997a2a3c55f99e5e43759e0bdfa (patch) | |
tree | 88386fb53244f591079f8973edab3f64ab94b8cc /databases/pgtcl | |
parent | e86bd070657b86333143e33d87ee94036f2cb4d0 (diff) | |
download | ports-0416a2e70ac37997a2a3c55f99e5e43759e0bdfa.tar.gz ports-0416a2e70ac37997a2a3c55f99e5e43759e0bdfa.zip |
Notes
Diffstat (limited to 'databases/pgtcl')
-rw-r--r-- | databases/pgtcl/Makefile | 4 |
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} |