diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-02 22:51:00 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-02 22:51:00 +0000 |
commit | 15c887ad5b9cbf46f879703bee6562ae844d2873 (patch) | |
tree | c541fd999e82ec974bde90f3c5aa8829ff421674 /devel/swig13 | |
parent | 95a30bdb328473c48185e44e6ef917de4dbc1e74 (diff) | |
download | FreeBSD-ports-15c887ad5b9cbf46f879703bee6562ae844d2873.zip FreeBSD-ports-15c887ad5b9cbf46f879703bee6562ae844d2873.tar.gz |
portlint: PREFIX -> LOCALBASE
Diffstat (limited to 'devel/swig13')
-rw-r--r-- | devel/swig13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index 1c2fbc5..9b4867e 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/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 |