diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-30 13:25:25 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-30 13:25:25 +0000 |
commit | d69c74f80d95719f6776fccb4f5dab196a03adc4 (patch) | |
tree | fcf09bc45d3bb78a382a7a6762cb9f686f89c664 /net/py-libnet/Makefile | |
parent | 7ae2f237001fbb1a7bb204ef46510b9dad05ec9d (diff) | |
download | ports-d69c74f80d95719f6776fccb4f5dab196a03adc4.tar.gz ports-d69c74f80d95719f6776fccb4f5dab196a03adc4.zip |
Notes
Diffstat (limited to 'net/py-libnet/Makefile')
-rw-r--r-- | net/py-libnet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-libnet/Makefile b/net/py-libnet/Makefile index 754fe07aedac..eded389523a0 100644 --- a/net/py-libnet/Makefile +++ b/net/py-libnet/Makefile @@ -16,7 +16,7 @@ DISTNAME= pylibnet-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= swig:${PORTSDIR}/devel/SWIG \ +BUILD_DEPENDS= ${LOCALBASE}/bin/swig1.1:${PORTSDIR}/devel/swig11 \ ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet USE_REINPLACE= yes |