diff options
author | jlam <jlam@pkgsrc.org> | 2000-06-21 02:11:42 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-06-21 02:11:42 +0000 |
commit | 5f0bc2f0912e697d275360929aa9ff96a562b803 (patch) | |
tree | ec14f3e4a1c28ee007a3d9bfbc5bcee9a10eb56e /graphics/ee | |
parent | 15192aa5f19873ff967d50fb411129ba03ed4a01 (diff) | |
download | pkgsrc-5f0bc2f0912e697d275360929aa9ff96a562b803.tar.gz |
USE_LIBTOOL instead of PKGLIBTOOL.
Diffstat (limited to 'graphics/ee')
-rw-r--r-- | graphics/ee/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/graphics/ee/Makefile b/graphics/ee/Makefile index 3ec51f89a1f..bf9bd66c3fa 100644 --- a/graphics/ee/Makefile +++ b/graphics/ee/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/06/01 11:23:26 rh Exp $ +# $NetBSD: Makefile,v 1.15 2000/06/21 02:11:42 jlam Exp $ DISTNAME= ee-0.3.11 CATEGORIES= x11 gnome @@ -7,12 +7,13 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ee/} MAINTAINER= root@garbled.net HOMEPAGE= http://www.gnome.org/ -DEPENDS= gnome-core-*:../../x11/gnome-core +DEPENDS+= gnome-core-*:../../x11/gnome-core -GNU_CONFIGURE= yes -USE_X11BASE= yes -USE_GMAKE= yes -USE_PKGLIBTOOL= yes +GNU_CONFIGURE= # defined +USE_X11BASE= # defined +USE_GMAKE= # defined +USE_LIBTOOL= # defined +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig LOCALSTATEDIR= /var/gnome |