devel/SWIG -> devel/swig11

This commit is contained in:
Akinori MUSHA 2002-10-30 13:25:25 +00:00
parent 7ae2f23700
commit d69c74f80d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69158
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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