diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-25 10:21:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-25 10:21:33 +0000 |
commit | c50616d168d82516a918d0445f5060e5a14dfd1b (patch) | |
tree | c66771c16367fa172364e91c010e945a92c0a248 /net | |
parent | 3ab90d3e9333e66e4807473cdeb09e8ee6da93c1 (diff) | |
download | pkgsrc-c50616d168d82516a918d0445f5060e5a14dfd1b.tar.gz |
buildlink1 -> buildlink2. Add dependency on postgresql-lib for another test.
Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r-- | net/netsaint-plugins/Makefile | 11 | ||||
-rw-r--r-- | net/netsaint-plugins/PLIST | 3 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net/netsaint-plugins/Makefile b/net/netsaint-plugins/Makefile index 5731018da9c..677e42424fc 100644 --- a/net/netsaint-plugins/Makefile +++ b/net/netsaint-plugins/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2002/10/02 19:58:01 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2002/10/25 10:21:33 wiz Exp $ # DISTNAME= netsaint-plugins-1.2.9-4 PKGNAME= netsaint-plugins-1.2.9.4 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netsaintplug/} @@ -16,6 +16,10 @@ DEPENDS+= netsaint-base-[0-9]*:../../net/netsaint-base DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/ssh .endif +USE_BUILDLINK2= YES +CONFIGURE_ARGS+= --with-pgsql=${BUILDLINK_PREFIX.postgresql-lib} +CPPFLAGS+= -I${BUILDLINK_PREFIX.postgresql-lib}/include/pgsql + .include "../../net/netsaint-base/Makefile.common" .include "../../mk/bsd.prefs.mk" @@ -23,5 +27,6 @@ DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/ssh CONFIGURE_ARGS+= --with-df-command="/bin/df -Pklt nokernfs,procfs,fdesc" .endif -.include "../../security/openssl/buildlink.mk" +.include "../../databases/postgresql-lib/buildlink2.mk" +.include "../../security/openssl/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/netsaint-plugins/PLIST b/net/netsaint-plugins/PLIST index e9659613d78..2259b24623d 100644 --- a/net/netsaint-plugins/PLIST +++ b/net/netsaint-plugins/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/03/25 12:58:46 rh Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/10/25 10:21:34 wiz Exp $ libexec/netsaint/check_breeze libexec/netsaint/check_by_ssh libexec/netsaint/check_dig @@ -23,6 +23,7 @@ libexec/netsaint/check_ntp libexec/netsaint/check_nwstat libexec/netsaint/check_oracle libexec/netsaint/check_overcr +libexec/netsaint/check_pgsql libexec/netsaint/check_ping libexec/netsaint/check_pop libexec/netsaint/check_procs |