diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-28 11:36:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-28 11:36:01 +0000 |
commit | 59913d7d7e3c17981efed41ee786755323126073 (patch) | |
tree | e393d26ed8af682feff4255c4677741dea46cc6e /databases/pgtcl/Makefile | |
parent | c621da423717760a5261a5601ff68c59109796ee (diff) | |
download | ports-59913d7d7e3c17981efed41ee786755323126073.tar.gz ports-59913d7d7e3c17981efed41ee786755323126073.zip |
Notes
Diffstat (limited to 'databases/pgtcl/Makefile')
-rw-r--r-- | databases/pgtcl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/pgtcl/Makefile b/databases/pgtcl/Makefile index c54cb7eda5d4..d7a49bdaef11 100644 --- a/databases/pgtcl/Makefile +++ b/databases/pgtcl/Makefile @@ -17,8 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT OPTIONS_DEFINE= DOCS -USES= tcl -USE_PGSQL= yes +USES= pgsql tcl GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} --with-tclinclude=${TCL_INCLUDEDIR} LIBDIR= ${PREFIX}/lib/${PORTNAME} |