From bf5968c9a1bd73f1a25cf1a5539ddef9856fe4e6 Mon Sep 17 00:00:00 2001 From: Juan Romero Pardines Date: Thu, 12 Feb 2004 08:40:50 +0000 Subject: [PATCH] Remove duplicated inclusion of bsd.pkg.mk... --- php5-pgsql/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/php5-pgsql/Makefile b/php5-pgsql/Makefile index 4ad2e23d14..053971ce42 100644 --- a/php5-pgsql/Makefile +++ b/php5-pgsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/11 00:52:31 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/02/12 08:40:50 xtraeme Exp $ PKGNAME= php5-pgsql-${PHP5_VERSION} CATEGORIES+= databases @@ -12,4 +12,3 @@ MODNAME=pgsql CONFIGURE_ARGS+=--with-pgsql=shared,${BUILDLINK_PREFIX.postgresql-lib} .include "../../databases/postgresql-lib/buildlink2.mk" -.include "../../mk/bsd.pkg.mk"