summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2000-07-06 07:12:47 +0000
committertron <tron>2000-07-06 07:12:47 +0000
commit5f039a5339d01932b65e4e7fff8f8d2e84cd72cd (patch)
tree9e3f304036661f85f22ca32007c0ee40500f868f
parent555f6e6c39085a93bb1202239fd29225e69c68db (diff)
downloadpkgsrc-5f039a5339d01932b65e4e7fff8f8d2e84cd72cd.tar.gz
Because shared modules aren't built on "a.out" systems remove them from
the package list.
-rw-r--r--graphics/gimp-current/Makefile7
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: