diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-17 10:36:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-17 10:36:55 +0000 |
commit | aba3fd19395fd5a1f970c2910e5e127f980eb36c (patch) | |
tree | 9f8f074845766590cc9327e6b214fab21c0979c8 /net/xipdump | |
parent | ab4d69f1558a9a40ff836afc227b4e2b9d3d9ab5 (diff) | |
download | pkgsrc-aba3fd19395fd5a1f970c2910e5e127f980eb36c.tar.gz |
wildcard dependency on libnet
Diffstat (limited to 'net/xipdump')
-rw-r--r-- | net/xipdump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xipdump/Makefile b/net/xipdump/Makefile index 78efae6f0f0..8041713e715 100644 --- a/net/xipdump/Makefile +++ b/net/xipdump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/01/10 00:57:16 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/17 10:36:55 wiz Exp $ # DISTNAME= xipdump-1.5.4 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= sakamoto@netbsd.org HOMEPAGE= http://www.epita.fr/~lse/xipdump/ -DEPENDS+= libnet-1.0:../../devel/libnet +DEPENDS+= libnet>=1.0:../../devel/libnet LIBNET_CONFIG= ${LOCALBASE}/bin/libnet-config |