diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /databases/postgresql-libpqxx3/Makefile | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | FreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.zip FreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'databases/postgresql-libpqxx3/Makefile')
-rw-r--r-- | databases/postgresql-libpqxx3/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile index c369aea..bc80187 100644 --- a/databases/postgresql-libpqxx3/Makefile +++ b/databases/postgresql-libpqxx3/Makefile @@ -16,11 +16,10 @@ DIST_SUBDIR= postgresql MAINTAINER= girgen@FreeBSD.org COMMENT= A new C++ interface for PostgreSQL -USE_PGSQL= YES -USE_AUTOTOOLS= libtool:15:inc -USE_GMAKE= YES -GNU_CONFIGURE= YES -INSTALLS_SHLIB= YES +USE_PGSQL= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes PLIST_SUB= PORTVERSION=${PORTVERSION} CONFIGURE_ARGS= --with-postgres=${LOCALBASE} \ |