diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 22:10:52 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 22:10:52 +0000 |
commit | 2644106002284ab095e150f10b22f04482485857 (patch) | |
tree | 7beacaac16569de4f863a0c351585c6c5efe231a /misc/xdelta | |
parent | PREFIX -> LOCALBASE (portlint) (diff) |
PREFIX -> LOCALBASE (portlint)
Notes
Notes:
svn path=/head/; revision=26856
Diffstat (limited to 'misc/xdelta')
-rw-r--r-- | misc/xdelta/Makefile | 2 |
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 |