diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2016-04-21 12:45:16 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2016-04-21 12:45:16 +0000 |
commit | 8f35749c6fda834fcc8a227bf34d3c8545188912 (patch) | |
tree | 3c47f4ee7e0e777062b9c677d035a29268b3be14 /databases/pgtcl | |
parent | c487105f082f49ede3520b888fdb4989b471ae0c (diff) | |
download | ports-8f35749c6fda834fcc8a227bf34d3c8545188912.tar.gz ports-8f35749c6fda834fcc8a227bf34d3c8545188912.zip |
Notes
Diffstat (limited to 'databases/pgtcl')
-rw-r--r-- | databases/pgtcl/Makefile | 8 | ||||
-rw-r--r-- | databases/pgtcl/pkg-descr | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/pgtcl/Makefile b/databases/pgtcl/Makefile index fb21096092b8..59a876525ec3 100644 --- a/databases/pgtcl/Makefile +++ b/databases/pgtcl/Makefile @@ -19,12 +19,12 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT OPTIONS_DEFINE= DOCS .if defined(PGTCL_SLAVE) -USES= pgsql:${PGTCL_SLAVE} tcl +USES= pgsql:${PGTCL_SLAVE} .else -USES= pgsql tcl +USES= pgsql .endif -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} --with-tclinclude=${TCL_INCLUDEDIR} + +USES+= tcl:tea LIBDIR= ${PREFIX}/lib/${PORTNAME} USE_LDCONFIG= ${LIBDIR} PLIST_SUB+= PORTVERSION=${PORTVERSION} diff --git a/databases/pgtcl/pkg-descr b/databases/pgtcl/pkg-descr index 13ddba0f99c5..814a0be216db 100644 --- a/databases/pgtcl/pkg-descr +++ b/databases/pgtcl/pkg-descr @@ -2,4 +2,4 @@ A TCL extension for accessing PostgreSQL databases. This used to come bunlded with PostgreSQL itself, but was split into a separate project in more recent version (8+). -WWW: http://pgfoundry.org/projects/pgtclng/ +WWW: http://pgfoundry.org/projects/pgtclng/ |