[Midnightbsd-cvs] mports [21709] trunk/databases/postgresql-libpqxx/Makefile: fix pg depends..

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Aug 17 23:23:59 EDT 2016


Revision: 21709
          http://svnweb.midnightbsd.org/mports/?rev=21709
Author:   laffer1
Date:     2016-08-17 23:23:58 -0400 (Wed, 17 Aug 2016)
Log Message:
-----------
fix pg depends.. .for some reason not working as USES=pgsql

Modified Paths:
--------------
    trunk/databases/postgresql-libpqxx/Makefile

Modified: trunk/databases/postgresql-libpqxx/Makefile
===================================================================
--- trunk/databases/postgresql-libpqxx/Makefile	2016-08-18 03:22:46 UTC (rev 21708)
+++ trunk/databases/postgresql-libpqxx/Makefile	2016-08-18 03:23:58 UTC (rev 21709)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	PostgreSQL Pgaccess
-# Date created:		December 1st, 2002
-# Whom:			Palle Girgensohn <girgen at pingpong.net>
-#
 # $FreeBSD: ports/databases/postgresql-libpqxx/Makefile,v 1.22 2006/08/09 10:36:43 girgen Exp $
 # $MidnightBSD$
-#
 
 PORTNAME=	libpqxx
 PORTVERSION=	4.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 MASTER_SITES=	http://pqxx.org/download/software/libpqxx/
 PKGNAMEPREFIX=	postgresql-
@@ -23,6 +18,7 @@
 PORTSCOUT=	limit:^2\.
 
 USES+=		gmake libtool pgsql python:build shebangfix
+USE_PGSQL=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 PLIST_SUB=	PORTVERSION=${PORTVERSION:R}



More information about the Midnightbsd-cvs mailing list