diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /databases/postgresql-libpqxx | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'databases/postgresql-libpqxx')
-rw-r--r-- | databases/postgresql-libpqxx/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/postgresql-libpqxx/Makefile b/databases/postgresql-libpqxx/Makefile index c369aeace5d8..bc80187d58ac 100644 --- a/databases/postgresql-libpqxx/Makefile +++ b/databases/postgresql-libpqxx/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} \ |