diff options
author | wiz <wiz> | 2000-08-14 18:44:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-14 18:44:12 +0000 |
commit | df7da606f7f2d1b7840565894ef97f6fdce2eae5 (patch) | |
tree | f894ba52a77afd5b9ad845045eef9d626c3601d5 /graphics/gimp-helpbrowser | |
parent | 1825ff2a196ccc72552e3030934578e1de36c318 (diff) | |
download | pkgsrc-df7da606f7f2d1b7840565894ef97f6fdce2eae5.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL
Diffstat (limited to 'graphics/gimp-helpbrowser')
-rw-r--r-- | graphics/gimp-helpbrowser/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp-helpbrowser/Makefile b/graphics/gimp-helpbrowser/Makefile index 212d77450d9..12285a196e0 100644 --- a/graphics/gimp-helpbrowser/Makefile +++ b/graphics/gimp-helpbrowser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/07/18 15:21:00 agc Exp $ +# $NetBSD: Makefile,v 1.10 2000/08/14 18:44:12 wiz Exp $ DISTNAME= gimp-1.1.24 PKGNAME= ${DISTNAME:S/-/-helpbrowser-/} @@ -11,12 +11,12 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gimp.org/ -DEPENDS+= ${DISTNAME}:../gimp-current +DEPENDS+= ${DISTNAME}:../../graphics/gimp-current DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs USE_X11BASE= yes USE_GMAKE= yes -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes GNU_CONFIGURE= yes EVAL_PREFIX+= GTKDIR=gtk+ GNOMEDIR=gnome-libs IGIMPDIR=gimp |