diff options
Diffstat (limited to 'devel/libnet')
-rw-r--r-- | devel/libnet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libnet/Makefile b/devel/libnet/Makefile index 4163a1d2837..2f3abbe7abc 100644 --- a/devel/libnet/Makefile +++ b/devel/libnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/10/03 00:13:30 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/01/20 21:17:48 adrianp Exp $ # DISTNAME= libnet-1.0.1b @@ -11,6 +11,7 @@ HOMEPAGE= http://www.packetfactory.net/libnet/ COMMENT= C library for portable packet creation and injection PKG_INSTALLATION_TYPES= overwrite pkgviews +CONFLICTS= libnet-1.1.[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME:C/l/L/} USE_BUILDLINK3= yes |