summaryrefslogtreecommitdiff
path: root/x11/lesstif/Makefile
diff options
context:
space:
mode:
authortv <tv>1998-07-17 17:18:49 +0000
committertv <tv>1998-07-17 17:18:49 +0000
commit8f1d3138aa6fc5f275e092a83615461e0b3fe847 (patch)
treee8d1f8cae0671cbfb45d972d37300556e6a6a34f /x11/lesstif/Makefile
parent1d77bc146148df33ee1fb56cf365362c7f7d54a2 (diff)
downloadpkgsrc-8f1d3138aa6fc5f275e092a83615461e0b3fe847.tar.gz
Update to use pkg version of libtool instead of lesstif's private copy.
Diffstat (limited to 'x11/lesstif/Makefile')
-rw-r--r--x11/lesstif/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile
index a3f9156379a..a4a29d05d73 100644
--- a/x11/lesstif/Makefile
+++ b/x11/lesstif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 1998/07/15 10:51:16 agc Exp $
+# $NetBSD: Makefile,v 1.26 1998/07/17 17:18:49 tv Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp
#
@@ -10,6 +10,8 @@ MASTER_SITES= ftp://linux.gt.ed.net/pub/linux/libs/lesstif/srcdist/ \
MAINTAINER= packages@netbsd.org
+BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool
+
CONFLICTS= lesstif-0.82 lesstif-0.83 lesstif-0.84 lesstif-0.85 \
lesstif-19980510 lesstif-0.85.2
@@ -20,7 +22,7 @@ USE_X11= yes
CONFIGURE_ARGS+=--enable-production
CONFIGURE_ENV= CCFLAGS="-O -pipe" INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
- VarHaveMan2html=0
+ VarHaveMan2html=0 LIBTOOL=${PREFIX}/bin/libtool
pre-fetch:
@if [ -d ${X11BASE}/include/Xm ]; then \