diff options
author | wiz <wiz@pkgsrc.org> | 2000-06-25 01:06:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-06-25 01:06:20 +0000 |
commit | 5ecac7759bd0b8dada04da50d2765a1ef790db97 (patch) | |
tree | 02ad2495a79e4802ab69c8b06b41cdcb31a76df7 /graphics/gimp-current/Makefile | |
parent | 3cc5a4e8d869168964bb2cded3701715c360cce0 (diff) | |
download | pkgsrc-5ecac7759bd0b8dada04da50d2765a1ef790db97.tar.gz |
USE_LIBTOOL & LTCONFIG_OVERRIDE instead of PKG_LIBTOOL and part of a
patch. Update PLIST.
Diffstat (limited to 'graphics/gimp-current/Makefile')
-rw-r--r-- | graphics/gimp-current/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gimp-current/Makefile b/graphics/gimp-current/Makefile index 8534a6d8de6..c5135a829e3 100644 --- a/graphics/gimp-current/Makefile +++ b/graphics/gimp-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/06/01 11:23:28 rh Exp $ +# $NetBSD: Makefile,v 1.13 2000/06/25 01:06:20 wiz Exp $ DISTNAME= gimp-1.1.18 CATEGORIES= graphics @@ -19,7 +19,8 @@ DEPENDS+= xpm-3.4k:../../graphics/xpm USE_X11BASE= yes USE_GMAKE= yes -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} \ --disable-perl \ |