diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-07-07 00:15:47 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-07-07 00:15:47 +0000 |
commit | abd1752ca41bc8248b131d3979c1fe2d8726197e (patch) | |
tree | a02701e350da7138f8932579a7323e96fb5738bb /databases/postgresql-libpq++/Makefile | |
parent | Reconvert USE_ICONV to USES=iconv (diff) |
- convert from USE_GMAKE to USES=gmake
- trim historical headers
With hat: pgsql@
Notes
Notes:
svn path=/head/; revision=322415
Diffstat (limited to 'databases/postgresql-libpq++/Makefile')
-rw-r--r-- | databases/postgresql-libpq++/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/postgresql-libpq++/Makefile b/databases/postgresql-libpq++/Makefile index d46b59a556d5..7a099a608a61 100644 --- a/databases/postgresql-libpq++/Makefile +++ b/databases/postgresql-libpq++/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= libpq++ PORTVERSION= 4.0 @@ -18,7 +14,7 @@ MAINTAINER= pgsql@FreeBSD.org COMMENT= C++ interface for PostgreSQL USE_PGSQL= YES -USE_GMAKE= YES +USES= gmake USE_LDCONFIG= YES post-patch: |