diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-29 16:12:51 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-29 16:12:51 +0800 |
commit | 6a9951c911b69601ed5874162074bc35ae36b758 (patch) | |
tree | 88386fb53244f591079f8973edab3f64ab94b8cc /databases/pgtcl | |
parent | b21d05a15c2d45031a676334beb079aebbbb7323 (diff) | |
download | freebsd-ports-gnome-6a9951c911b69601ed5874162074bc35ae36b758.tar.gz freebsd-ports-gnome-6a9951c911b69601ed5874162074bc35ae36b758.tar.zst freebsd-ports-gnome-6a9951c911b69601ed5874162074bc35ae36b758.zip |
Chase USES=pgsql in pgtcl slaves
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} |