diff options
Diffstat (limited to 'net/ucarp')
-rw-r--r-- | net/ucarp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ucarp/Makefile b/net/ucarp/Makefile index 08707bc4896..64c46654109 100644 --- a/net/ucarp/Makefile +++ b/net/ucarp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:10:32 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2006/04/06 06:22:35 reed Exp $ # DISTNAME= ucarp-1.1 @@ -15,7 +15,7 @@ USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES # pcap_freecode with one argument only -BUILDLINK_DEPENDS.libpcap+= libpcap>=0.6.0 +BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.6.0 post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ucarp |