diff options
author | snj <snj> | 2004-04-25 08:24:03 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-25 08:24:03 +0000 |
commit | 6e65eaec55f9a1d52605bcc69d62cac1ba868029 (patch) | |
tree | 8e30c1d10cf5052a43c9b29125d30dbbb20a51f7 /net/netsaint-plugins | |
parent | 65849ed5dec2b2be4fcef6e2b41bc9be3b290363 (diff) | |
download | pkgsrc-6e65eaec55f9a1d52605bcc69d62cac1ba868029.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'net/netsaint-plugins')
-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" |