summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/xpmicons/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/xpmicons/Makefile b/x11/xpmicons/Makefile
index d7a349ba7a2..a1725911815 100644
--- a/x11/xpmicons/Makefile
+++ b/x11/xpmicons/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/11/10 16:49:58 tv Exp $
+# $NetBSD: Makefile,v 1.16 2007/01/30 20:33:21 joerg Exp $
DISTNAME= xpmicons-1.0
PKGREVISION= 4
@@ -24,9 +24,9 @@ NO_BUILD= yes
INSTALLATION_DIRS= include/X11/bitmaps include/X11/pixmaps
-.include "../../mk/x11.buildlink3.mk"
+.include "../../mk/bsd.prefs.mk"
-.if ${X11_TYPE} != "xorg"
+.if ${X11_TYPE} != "xorg" && ${X11_TYPE} != "modular"
PLIST_SRC+= PLIST.icons
.endif
@@ -39,4 +39,5 @@ do-install:
find ${WRKSRC} -name \*.xbm -print | \
while read f; do ${INSTALL_DATA} $$f ${PREFIX}/include/X11/bitmaps; done
+#.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"