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/gtk | |
parent | 519925679a875824eb9fc2abd0338a15730e86e1 (diff) | |
download | pkgsrc-a75a2272cdba8bba4c8412d13c47b6c1654fca7a.tar.gz |
Update to use USE_LIBTOOL.
Diffstat (limited to 'x11/gtk')
-rw-r--r-- | x11/gtk/Makefile | 8 |
1 files changed, 3 insertions, 5 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 |