diff options
author | steve <steve@FreeBSD.org> | 2000-07-10 09:40:05 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-10 09:40:05 +0800 |
commit | ec60c7df05dc302e6030ad3f4beaf162e4847df7 (patch) | |
tree | b970a5a2ec4adfd8ea19ec52d1b51204302754df /net/nemesis/Makefile | |
parent | c121b6a577da6aa07cff3e97779e8bdbafb2378d (diff) | |
download | freebsd-ports-gnome-ec60c7df05dc302e6030ad3f4beaf162e4847df7.tar.gz freebsd-ports-gnome-ec60c7df05dc302e6030ad3f4beaf162e4847df7.tar.zst freebsd-ports-gnome-ec60c7df05dc302e6030ad3f4beaf162e4847df7.zip |
Fixup BUILD_DEPENDS line so 'make describe' among other things doesn't
hack up furballs.
Diffstat (limited to 'net/nemesis/Makefile')
-rw-r--r-- | net/nemesis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |