diff options
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 c369aeace5d8..bc80187d58ac 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} \ |