aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-03-20 22:10:52 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-03-20 22:10:52 +0000
commit2644106002284ab095e150f10b22f04482485857 (patch)
tree7beacaac16569de4f863a0c351585c6c5efe231a /misc
parent4b4c1568715c890bf508f52b9c2d0fba7c96b151 (diff)
downloadports-2644106002284ab095e150f10b22f04482485857.tar.gz
ports-2644106002284ab095e150f10b22f04482485857.zip
PREFIX -> LOCALBASE (portlint)
Notes
Notes: svn path=/head/; revision=26856
Diffstat (limited to 'misc')
-rw-r--r--misc/xdelta/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile
index ae8c6a922bc1..3f79db186e48 100644
--- a/misc/xdelta/Makefile
+++ b/misc/xdelta/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/xdelta/
MAINTAINER= jmacd@FreeBSD.org
-BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
+BUILD_DEPENDS= ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config