diff options
author | tv <tv> | 1998-07-24 01:56:59 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-24 01:56:59 +0000 |
commit | e892d62fc0d4fbcac1c8ab701c0ae9e099d99b95 (patch) | |
tree | 4a3f1ba6717b1a2d9f43df9e1780b9595d3a5437 /x11/lesstif | |
parent | 3a9e553e2fe90d2131eea1edee6c85c4fde6dfb6 (diff) | |
download | pkgsrc-e892d62fc0d4fbcac1c8ab701c0ae9e099d99b95.tar.gz |
Update to use USE_LIBTOOL.
Diffstat (limited to 'x11/lesstif')
-rw-r--r-- | x11/lesstif/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index dfd3cd4d73f..7d9254db7a6 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 1998/07/22 01:06:39 tv Exp $ +# $NetBSD: Makefile,v 1.28 1998/07/24 01:57:01 tv Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp # @@ -10,19 +10,18 @@ MASTER_SITES= ftp://linux.gt.ed.net/pub/linux/libs/lesstif/srcdist/ \ MAINTAINER= packages@netbsd.org -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 GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_X11= yes # disable this for debugging CONFIGURE_ARGS+=--enable-production CONFIGURE_ENV= CCFLAGS="-O -pipe" INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - VarHaveMan2html=0 LIBTOOL=${LOCALBASE}/bin/libtool + VarHaveMan2html=0 pre-fetch: @if [ -d ${X11BASE}/include/Xm ]; then \ |