diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 23:26:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 23:26:23 +0800 |
commit | e1d30c56d8683b1cbbbfac166938d461c936cb0e (patch) | |
tree | c58201dfe596662f56821940b522267813007f01 /databases | |
parent | 0511e7239d40a4e00f460b712435334d766a531a (diff) | |
download | freebsd-ports-gnome-e1d30c56d8683b1cbbbfac166938d461c936cb0e.tar.gz freebsd-ports-gnome-e1d30c56d8683b1cbbbfac166938d461c936cb0e.tar.zst freebsd-ports-gnome-e1d30c56d8683b1cbbbfac166938d461c936cb0e.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-libpqxx3/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile index b98ef72f764a..1715e85eec73 100644 --- a/databases/postgresql-libpqxx3/Makefile +++ b/databases/postgresql-libpqxx3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: PostgreSQL Pgaccess -# Date created: December 1st, 2002 -# Whom: Palle Girgensohn <girgen@pingpong.net> -# +# Created by: Palle Girgensohn <girgen@pingpong.net> # $FreeBSD$ -# PORTNAME= libpqxx PORTVERSION= 3.1 @@ -20,7 +16,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}3 PORTSCOUT= limit:^2\. USE_PGSQL= yes -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} |