diff options
author | tv <tv@pkgsrc.org> | 1998-07-22 01:06:39 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-22 01:06:39 +0000 |
commit | 66491339be9ea2ca8edd59091ba190ad5b74fa9a (patch) | |
tree | ad9d9a7dfae0fb1ca8fb0e5dab9158d43207a4bf /x11/lesstif/Makefile | |
parent | e3718d75f8ce574f229a62c48d099f2ef892fdef (diff) | |
download | pkgsrc-66491339be9ea2ca8edd59091ba190ad5b74fa9a.tar.gz |
${PREFIX}/bin/libtool -> ${LOCALBASE}/bin/libtool.
Diffstat (limited to 'x11/lesstif/Makefile')
-rw-r--r-- | x11/lesstif/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index a4a29d05d73..dfd3cd4d73f 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 1998/07/17 17:18:49 tv Exp $ +# $NetBSD: Makefile,v 1.27 1998/07/22 01:06:39 tv Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ftp://linux.gt.ed.net/pub/linux/libs/lesstif/srcdist/ \ MAINTAINER= packages@netbsd.org -BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool +BUILD_DEPENDS= ${LOCALBASE}/bin/libtool:../../devel/libtool CONFLICTS= lesstif-0.82 lesstif-0.83 lesstif-0.84 lesstif-0.85 \ lesstif-19980510 lesstif-0.85.2 @@ -22,7 +22,7 @@ USE_X11= yes CONFIGURE_ARGS+=--enable-production CONFIGURE_ENV= CCFLAGS="-O -pipe" INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - VarHaveMan2html=0 LIBTOOL=${PREFIX}/bin/libtool + VarHaveMan2html=0 LIBTOOL=${LOCALBASE}/bin/libtool pre-fetch: @if [ -d ${X11BASE}/include/Xm ]; then \ |