diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-10 01:40:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-10 01:40:05 +0000 |
commit | 5d8a3d2015ae23a70c6e18ac196cdc119a7bd04f (patch) | |
tree | 734eff14aa28f4008d59657f560919faf73adda8 | |
parent | - Enable ja, ru and fr message catalogs (diff) |
Fixup BUILD_DEPENDS line so 'make describe' among other things doesn't
hack up furballs.
Notes
Notes:
svn path=/head/; revision=30387
-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 |