diff options
author | jlam <jlam@pkgsrc.org> | 2003-01-05 20:14:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-01-05 20:14:20 +0000 |
commit | 475cbe5281ff44f7b13454f24fc7d64c2a338df2 (patch) | |
tree | b69974774881184f981349b96bd3d886fb6d92b6 /net/netsaint-plugins | |
parent | 4ec712783e2eb6ec0ee1c259ba86d37331e80721 (diff) | |
download | pkgsrc-475cbe5281ff44f7b13454f24fc7d64c2a338df2.tar.gz |
Bump PKGREVISION due to increase in the major number of libpq.so between
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
Diffstat (limited to 'net/netsaint-plugins')
-rw-r--r-- | net/netsaint-plugins/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/netsaint-plugins/Makefile b/net/netsaint-plugins/Makefile index 677e42424fc..c673a4f9ee0 100644 --- a/net/netsaint-plugins/Makefile +++ b/net/netsaint-plugins/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2002/10/25 10:21:33 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2003/01/05 20:14:31 jlam Exp $ # DISTNAME= netsaint-plugins-1.2.9-4 PKGNAME= netsaint-plugins-1.2.9.4 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netsaintplug/} @@ -18,7 +18,7 @@ DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/ssh USE_BUILDLINK2= YES CONFIGURE_ARGS+= --with-pgsql=${BUILDLINK_PREFIX.postgresql-lib} -CPPFLAGS+= -I${BUILDLINK_PREFIX.postgresql-lib}/include/pgsql +CPPFLAGS+= -I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql .include "../../net/netsaint-base/Makefile.common" .include "../../mk/bsd.prefs.mk" |