diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-22 04:50:44 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-22 04:50:44 +0000 |
commit | 64e6cd6545937d4fc07a4ecbe2e4f8293be8ec5f (patch) | |
tree | 27b0f7e71b33f9f097ef5b7a1e2815eb1cda38c1 /devel/SWIG | |
parent | Host the distfile myself since the master site seems to no longer carry it. (diff) |
Utilize bsd.{ruby,python}.mk.
Notes
Notes:
svn path=/head/; revision=32965
Diffstat (limited to 'devel/SWIG')
-rw-r--r-- | devel/SWIG/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/SWIG/Makefile b/devel/SWIG/Makefile index e530f12155b1..eae48dbb957d 100644 --- a/devel/SWIG/Makefile +++ b/devel/SWIG/Makefile @@ -7,6 +7,7 @@ PORTNAME= swig PORTVERSION= 1.1p5 +PORTREVISION= 1 CATEGORIES= devel perl5 python tcl82 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.rge.com/pub/languages/swig/1.1/ \ @@ -16,10 +17,12 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= knu@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \ +BUILD_DEPENDS= ${PYTHON_CMD}:${PYTHON_PORTSDIR} \ ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 USE_PERL5= yes +PYTHON_VERSION?= python1.5 +PYTHON_NO_DEPENDS?= yes INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/SWIG${PORTVERSION} GNU_CONFIGURE= yes |