diff options
author | wiz <wiz> | 2005-07-26 10:47:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-07-26 10:47:19 +0000 |
commit | 03419670bf2a50728c9b302e1ab168686cc2939b (patch) | |
tree | 6af5d9e5e953bccb18e5218388ae9664b401f4db /net/ucarp | |
parent | 40e40e0a281c92a4d1e0c59115212e5608c1c8f2 (diff) | |
download | pkgsrc-03419670bf2a50728c9b302e1ab168686cc2939b.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')
-rw-r--r-- | net/ucarp/Makefile | 6 | ||||
-rw-r--r-- | net/ucarp/PLIST | 4 |
2 files changed, 8 insertions, 2 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" diff --git a/net/ucarp/PLIST b/net/ucarp/PLIST index 8790b23eda9..80ca0c4609f 100644 --- a/net/ucarp/PLIST +++ b/net/ucarp/PLIST @@ -1,2 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/08 10:30:31 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/07/26 10:47:19 wiz Exp $ sbin/ucarp +${PKGLOCALEDIR}/locale/en@boldquot/LC_MESSAGES/ucarp.mo +${PKGLOCALEDIR}/locale/en@quot/LC_MESSAGES/ucarp.mo |