From ec60c7df05dc302e6030ad3f4beaf162e4847df7 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 10 Jul 2000 01:40:05 +0000 Subject: Fixup BUILD_DEPENDS line so 'make describe' among other things doesn't hack up furballs. --- net/nemesis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/nemesis/Makefile b/net/nemesis/Makefile index b30605713c60..329c175196dc 100644 --- a/net/nemesis/Makefile +++ b/net/nemesis/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://celerity.bartoli.org/nemesis/ \ MAINTAINER= obrien@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a::net/libnet +BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes -- cgit