summaryrefslogtreecommitdiff
path: root/x11/gtk2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gtk2/Makefile')
-rw-r--r--x11/gtk2/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile
index 6ea9f41df9f..e84c2344495 100644
--- a/x11/gtk2/Makefile
+++ b/x11/gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.175 2009/06/04 21:38:52 tron Exp $
+# $NetBSD: Makefile,v 1.176 2009/06/14 22:14:20 joerg Exp $
DISTNAME= gtk+-2.16.2
PKGNAME= ${DISTNAME:S/gtk/gtk2/}
@@ -48,10 +48,6 @@ BUILD_DIRS= . demos/gtk-demo
CPPFLAGS+= -DPREFIX="\"${PREFIX}\""
-PRINT_PLIST_AWK+= /^@dirrm share\/themes\/Default$$/ \
- { print "@unexec $${RMDIR} %D/" $$2 \
- " 2>/dev/null || $${TRUE}"; next; }
-
SUBST_CLASSES+= pthread
SUBST_STAGE.pthread= pre-configure
SUBST_MESSAGE.pthread= Fixing pthread flags.