diff options
author | sem <sem@FreeBSD.org> | 2004-08-16 13:16:33 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-08-16 13:16:33 +0000 |
commit | 9181b2818e6d75352736995777da766e88010bbc (patch) | |
tree | 7bc63f7205ea74089a4a95727c7dea47b15f1ffc | |
parent | 498127b12670a37a27fd6286c180e3ae068a070f (diff) | |
download | FreeBSD-ports-9181b2818e6d75352736995777da766e88010bbc.zip FreeBSD-ports-9181b2818e6d75352736995777da766e88010bbc.tar.gz |
Fix dependences.
Reported by: kris
-rw-r--r-- | net/netwib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netwib/Makefile b/net/netwib/Makefile index e56478f..e994aca 100644 --- a/net/netwib/Makefile +++ b/net/netwib/Makefile @@ -17,6 +17,7 @@ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Netwib network programming library BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel +RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src/src USE_REINPLACE= yes |