diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 08:24:03 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 08:24:03 +0000 |
commit | 0a9411e5e77037977af4872b0619998b8dd255b8 (patch) | |
tree | 8e30c1d10cf5052a43c9b29125d30dbbb20a51f7 /net/netsaint-plugins/Makefile | |
parent | 10c0be86b3def60b100168bab892de245f0aa831 (diff) | |
download | pkgsrc-0a9411e5e77037977af4872b0619998b8dd255b8.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'net/netsaint-plugins/Makefile')
-rw-r--r-- | net/netsaint-plugins/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/netsaint-plugins/Makefile b/net/netsaint-plugins/Makefile index 986c1b06185..27e3a10eaa3 100644 --- a/net/netsaint-plugins/Makefile +++ b/net/netsaint-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/03/26 02:27:48 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2004/04/25 08:31:32 snj Exp $ # DISTNAME= netsaint-plugins-1.2.9-4 @@ -16,7 +16,7 @@ DEPENDS+= netsaint-base-[0-9]*:../../net/netsaint-base DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/ssh .endif -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES CONFIGURE_ARGS+= --with-pgsql=${BUILDLINK_PREFIX.postgresql-lib} CPPFLAGS+= -I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql @@ -27,6 +27,6 @@ CPPFLAGS+= -I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql CONFIGURE_ARGS+= --with-df-command="/bin/df -Pklt nokernfs,procfs,fdesc" .endif -.include "../../databases/postgresql-lib/buildlink2.mk" -.include "../../security/openssl/buildlink2.mk" +.include "../../databases/postgresql-lib/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |