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