summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-02-05 17:01:29 +0000
committerjmmv <jmmv>2005-02-05 17:01:29 +0000
commit05cafac01330db73598306037684fdac203a5659 (patch)
tree179ef964b0b2c62ec3c234b1169db0dfb0ba7486
parent776e021c96e3981fcf69007870ad4d3b0c3bb619 (diff)
downloadpkgsrc-05cafac01330db73598306037684fdac203a5659.tar.gz
PKGREVISION must not be in Makefile.common.
-rw-r--r--databases/libgda-postgres/Makefile4
-rw-r--r--databases/libgda/Makefile4
-rw-r--r--databases/libgda/Makefile.common3
3 files changed, 7 insertions, 4 deletions
diff --git a/databases/libgda-postgres/Makefile b/databases/libgda-postgres/Makefile
index b5f33558728..0ada96404f4 100644
--- a/databases/libgda-postgres/Makefile
+++ b/databases/libgda-postgres/Makefile
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2004/07/24 22:45:15 recht Exp $
+# $NetBSD: Makefile,v 1.3 2005/02/05 17:01:29 jmmv Exp $
#
LIBGDA_PROVIDER= postgres
+PKGREVISION= 2
+
.include "../../databases/libgda/Makefile.common"
CONFIGURE_ARGS+= --with-postgres=${PGSQL_PREFIX}
diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile
index 1e67438b469..9c2371cf042 100644
--- a/databases/libgda/Makefile
+++ b/databases/libgda/Makefile
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2004/05/06 11:15:31 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2005/02/05 17:01:29 jmmv Exp $
#
+PKGREVISION= 2
+
.include "Makefile.common"
PKGCONFIG_OVERRIDE= libgda.pc.in
diff --git a/databases/libgda/Makefile.common b/databases/libgda/Makefile.common
index 9f65f21e69a..a6a8f39c33b 100644
--- a/databases/libgda/Makefile.common
+++ b/databases/libgda/Makefile.common
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile.common,v 1.23 2005/02/05 16:56:40 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.24 2005/02/05 17:01:29 jmmv Exp $
#
DISTNAME= libgda-1.0.4
-PKGREVISION= 2
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgda/1.0/}
EXTRACT_SUFX= .tar.bz2