diff options
author | tron <tron@pkgsrc.org> | 2000-07-06 07:12:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-07-06 07:12:47 +0000 |
commit | cab45d7a388c47a76bbf666399e799b0e1d48082 (patch) | |
tree | 9e3f304036661f85f22ca32007c0ee40500f868f /graphics | |
parent | b5e754ae2690ba701e3dac37eb098d88f97dfba4 (diff) | |
download | pkgsrc-cab45d7a388c47a76bbf666399e799b0e1d48082.tar.gz |
Because shared modules aren't built on "a.out" systems remove them from
the package list.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-current/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/gimp-current/Makefile b/graphics/gimp-current/Makefile index 8dd1632aca4..374ba7a796d 100644 --- a/graphics/gimp-current/Makefile +++ b/graphics/gimp-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/07/05 16:54:19 tron Exp $ +# $NetBSD: Makefile,v 1.18 2000/07/06 07:12:47 tron Exp $ DISTNAME= gimp-1.1.24 CATEGORIES= graphics @@ -37,6 +37,11 @@ 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: |