diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-02-18 18:54:23 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-02-18 18:54:23 +0000 |
commit | 5e82482f1fdb99365384babf5e259daedf5ed000 (patch) | |
tree | a288cb4f084a313d25d2e9502b986a29962bedb8 /net/scdp | |
parent | 446c26a5121d303e7972af0ab818a5af57bd4e2c (diff) | |
download | pkgsrc-5e82482f1fdb99365384babf5e259daedf5ed000.tar.gz |
buildlink updates and patches to handle the new libnet package structure
bump PKGREVISION
Diffstat (limited to 'net/scdp')
-rw-r--r-- | net/scdp/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net/scdp/Makefile b/net/scdp/Makefile index 5332b9d5308..e9890ae42bf 100644 --- a/net/scdp/Makefile +++ b/net/scdp/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2006/10/04 21:53:18 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2007/02/18 18:54:23 adrianp Exp $ # DISTNAME= scdp-1.0b PKGNAME= scdp-1.0.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scdp/} @@ -13,7 +13,11 @@ COMMENT= Program to send Cisco Discovery Protocol packets GNU_CONFIGURE= yes -BUILDLINK_API_DEPENDS.libnet+= libnet-1.0.* +SUBST_CLASSES+= conf +SUBST_STAGE.conf= pre-configure +SUBST_FILES.conf= configure +SUBST_SED.conf= -e "s|libnet-config|libnet10-config|g" +SUBST_MESSAGE.conf= Fixing configuration script. -.include "../../devel/libnet/buildlink3.mk" +.include "../../devel/libnet10/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |