diff options
author | mycroft <mycroft@pkgsrc.org> | 2000-11-28 18:06:32 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2000-11-28 18:06:32 +0000 |
commit | d339b087f5204137a3155f02b081ff3306e36c4a (patch) | |
tree | 9abf2299ce3882e093fb433c0a33d1ce5c643615 | |
parent | 4bbd27dc08de719635fd617a44f96ebe0b9ddaad (diff) | |
download | pkgsrc-d339b087f5204137a3155f02b081ff3306e36c4a.tar.gz |
Modules get installed as shlibs on a.out, too.
-rw-r--r-- | graphics/gimp-current/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/gimp-current/Makefile b/graphics/gimp-current/Makefile index a8557d6dea3..2d3c5409ae4 100644 --- a/graphics/gimp-current/Makefile +++ b/graphics/gimp-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2000/08/23 23:14:28 tron Exp $ +# $NetBSD: Makefile,v 1.25 2000/11/28 18:06:32 mycroft Exp $ DISTNAME= gimp-1.1.24 CATEGORIES= graphics @@ -22,6 +22,7 @@ USE_XPM= YES USE_GMAKE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + GNU_CONFIGURE= YES EVAL_PREFIX+= GTKDIR=gtk+ CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}" \ @@ -38,11 +39,6 @@ PLIST_SUBST+= LOCALBASE=${LOCALBASE} .if (${OBJECT_FMT} == ELF) LDFLAGS+= -Wl,-E -.else -PLIST_SRC= ${WRKDIR}/PLIST - -post-build: - @${GREP} -vx lib/gimp/.*/modules/.*\.so.* ${PKGDIR}/PLIST >${PLIST_SRC} .endif post-install: |