From 3448a4d68b7eee6f359feeefb1f47493c3601953 Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 30 Oct 2002 13:25:25 +0000 Subject: devel/SWIG -> devel/swig11 --- net/py-libnet/Makefile | 2 +- net/py-libnet/files/patch-Makefile | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'net/py-libnet') diff --git a/net/py-libnet/Makefile b/net/py-libnet/Makefile index 754fe07..eded389 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 diff --git a/net/py-libnet/files/patch-Makefile b/net/py-libnet/files/patch-Makefile index bafbce6..9a9b376 100644 --- a/net/py-libnet/files/patch-Makefile +++ b/net/py-libnet/files/patch-Makefile @@ -1,8 +1,9 @@ ---- Makefile.orig Wed Jan 30 11:16:34 2002 -+++ Makefile Wed Jan 30 11:20:32 2002 +--- Makefile.orig Mon Oct 15 15:54:55 2001 ++++ Makefile Wed Oct 30 22:24:31 2002 @@ -1,10 +1,10 @@ - SWIG=/usr/local/bin/swig +-SWIG=/usr/local/bin/swig ++SWIG=%%LOCALBASE%%/bin/swig1.1 CC=gcc -g -PYTHON_INCLUDES=-I/usr/include/python1.5 -LIBNET_INCLUDES=-I/usr/include/libnet -- cgit v1.1