diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-02-02 22:51:00 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-02-02 22:51:00 +0000 |
commit | 6182f31e55e0bf2dec2ddb68714a7c361d94b4af (patch) | |
tree | 89b73c1583fc65f79aebf456e13b621916158170 /devel/swig20 | |
parent | 8fdfff45c7ff1d605418ef4b66b1a3d0177c15b0 (diff) | |
download | ports-6182f31e55e0bf2dec2ddb68714a7c361d94b4af.tar.gz ports-6182f31e55e0bf2dec2ddb68714a7c361d94b4af.zip |
Notes
Diffstat (limited to 'devel/swig20')
-rw-r--r-- | devel/swig20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index 1c2fbc5bbe5a..9b4867e2b13b 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/Makefile @@ -15,8 +15,8 @@ MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ MAINTAINER= erich@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/bin/python:${PORTSDIR}/lang/python \ - ${PREFIX}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 +BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \ + ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 USE_PERL5= YES WRKSRC= ${WRKDIR}/SWIG1.1p5 |