diff options
author | tv <tv@pkgsrc.org> | 1998-07-24 01:56:59 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-24 01:56:59 +0000 |
commit | a75a2272cdba8bba4c8412d13c47b6c1654fca7a (patch) | |
tree | 4a3f1ba6717b1a2d9f43df9e1780b9595d3a5437 /x11 | |
parent | 519925679a875824eb9fc2abd0338a15730e86e1 (diff) | |
download | pkgsrc-a75a2272cdba8bba4c8412d13c47b6c1654fca7a.tar.gz |
Update to use USE_LIBTOOL.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk/Makefile | 8 | ||||
-rw-r--r-- | x11/lesstif-current/Makefile | 8 | ||||
-rw-r--r-- | x11/lesstif/Makefile | 7 |
3 files changed, 9 insertions, 14 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 0933f8f672a..bbedbb71fbe 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/07/19 21:21:20 tv Exp $ +# $NetBSD: Makefile,v 1.15 1998/07/24 01:57:01 tv Exp $ DISTNAME= gtk+-1.0.4 CATEGORIES= x11 @@ -8,15 +8,13 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ \ MAINTAINER= bsieker@techfak.uni-bielefeld.de -BUILD_DEPENDS= ${LOCALBASE}/bin/libtool:../../devel/libtool - CONFLICTS= gtk+-1.0.0 +USE_LIBTOOL= yes USE_X11= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBTOOL=${LOCALBASE}/bin/libtool \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ +CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ INSTALL_DATA="${INSTALL_DATA}" CFLAGS= -pipe -O2 diff --git a/x11/lesstif-current/Makefile b/x11/lesstif-current/Makefile index 7cae49fcbe3..315e85afff2 100644 --- a/x11/lesstif-current/Makefile +++ b/x11/lesstif-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/07/22 01:06:40 tv Exp $ +# $NetBSD: Makefile,v 1.12 1998/07/24 01:57:01 tv Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp # @@ -9,17 +9,15 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} 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-0.85.2 lesstif-0.85.3 MIRROR_DISTFILE= no GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_X11= yes # change this for debugging -CONFIGURE_ENV= CCFLAGS="-O -pipe" INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - LIBTOOL=${LOCALBASE}/bin/libtool +CONFIGURE_ENV= CCFLAGS="-O -pipe" INSTALL_SCRIPT="${INSTALL_SCRIPT}" pre-fetch: @if [ -d ${X11BASE}/include/Xm ]; then \ 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 \ |