diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-14 18:44:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-14 18:44:12 +0000 |
commit | 290638b16246e6a8162b73779b51260f72a6043d (patch) | |
tree | f894ba52a77afd5b9ad845045eef9d626c3601d5 /graphics | |
parent | 953859d9e9a372511c57c8679bad64ed88c4c679 (diff) | |
download | pkgsrc-290638b16246e6a8162b73779b51260f72a6043d.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL
Diffstat (limited to 'graphics')
-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 |