diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-26 10:47:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-26 10:47:19 +0000 |
commit | 5559fab5d41a9b4f0d7397d91230c984457e5c13 (patch) | |
tree | 6af5d9e5e953bccb18e5218388ae9664b401f4db /net/ucarp/Makefile | |
parent | 6e19f8a40f118c5e039b12f9bc1cebc617065d9d (diff) | |
download | pkgsrc-5559fab5d41a9b4f0d7397d91230c984457e5c13.tar.gz |
Add missing files to PLIST. Set USE_PKGLOCALEDIR.
Depend on a libpcap that is new enough (pcap_freecode with one argument).
Should fix bulk build.
Diffstat (limited to 'net/ucarp/Makefile')
-rw-r--r-- | net/ucarp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/ucarp/Makefile b/net/ucarp/Makefile index 1b44161d892..6a2db998a9a 100644 --- a/net/ucarp/Makefile +++ b/net/ucarp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/07/13 17:51:50 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2005/07/26 10:47:19 wiz Exp $ # DISTNAME= ucarp-1.0 @@ -12,6 +12,10 @@ HOMEPAGE= http://www.ucarp.org/ COMMENT= Common Address Redundancy Protocol (CARP) for Unix GNU_CONFIGURE= yes +USE_PKGLOCALEDIR= yes + +# pcap_freecode with one argument only +BUILDLINK_DEPENDS.libpcap+= libpcap>=0.6.0 .include "../../devel/gettext-lib/buildlink3.mk" .include "../../net/libpcap/buildlink3.mk" |