aboutsummaryrefslogtreecommitdiff
path: root/x11/xfce4-taskmanager/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-25 21:10:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-25 21:10:01 +0000
commite420a169916b83897c7b5856f1e94f4237e07f55 (patch)
tree9388483ef18876a50a43676d4fbd8e6d2278670e /x11/xfce4-taskmanager/Makefile
parentc89d417756b5d693c17e6dc19386f7c830d8c6e4 (diff)
downloadports-e420a169916b83897c7b5856f1e94f4237e07f55.tar.gz
ports-e420a169916b83897c7b5856f1e94f4237e07f55.zip
Notes
Diffstat (limited to 'x11/xfce4-taskmanager/Makefile')
-rw-r--r--x11/xfce4-taskmanager/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/xfce4-taskmanager/Makefile b/x11/xfce4-taskmanager/Makefile
index c7fe603bbc3f..88e0cc1b7d9e 100644
--- a/x11/xfce4-taskmanager/Makefile
+++ b/x11/xfce4-taskmanager/Makefile
@@ -24,6 +24,12 @@ USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnometarget gtk20 desktopfileutils intltool intlhack pkgconfig
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not compile on FreeBSD 9.X
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|prefix)/$$(DATADIRNAME)|datadir)|' \
${WRKSRC}/po/Makefile.in.in
@@ -31,4 +37,4 @@ post-patch:
post-install:
@-update-desktop-database
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>