diff options
author | tv <tv@pkgsrc.org> | 1998-07-17 17:18:49 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-17 17:18:49 +0000 |
commit | 936d134660516438278455a79eba33d7e3870ee0 (patch) | |
tree | e8d1f8cae0671cbfb45d972d37300556e6a6a34f /x11/lesstif/Makefile | |
parent | 0948133fc8d2b4e2d727d934f0dfa37c16209dfd (diff) | |
download | pkgsrc-936d134660516438278455a79eba33d7e3870ee0.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/Makefile | 6 |
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 \ |