aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-03-26 05:10:01 +0800
committerpav <pav@FreeBSD.org>2011-03-26 05:10:01 +0800
commit5a4a9d8c74bbbebc1bb482e61dbb8fde6ed253c3 (patch)
tree8c807090b7939717bad62964b19187ffdda26e7d /x11
parentc649c1227795eb1899d309e7173787acbe620ef4 (diff)
downloadfreebsd-ports-graphics-5a4a9d8c74bbbebc1bb482e61dbb8fde6ed253c3.tar.gz
freebsd-ports-graphics-5a4a9d8c74bbbebc1bb482e61dbb8fde6ed253c3.tar.zst
freebsd-ports-graphics-5a4a9d8c74bbbebc1bb482e61dbb8fde6ed253c3.zip
- Mark BROKEN on 9.X: does not build
task-manager-freebsd.c:143: error: 'MAXSLP' undeclared (first use in this function) Reported by: pointyhat
Diffstat (limited to 'x11')
-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 c7fe603bbc3..88e0cc1b7d9 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>