aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/devilspie
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-05-24 23:23:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-05-24 23:23:58 +0000
commit0248d9905e6f723dbc1855e80f23a4830d992680 (patch)
tree8710a7650e5b83d34bdf851d3c7e12faf19d73cc /x11-wm/devilspie
parent251b2d478c5bdd2c885898882c1024d38b82e6fe (diff)
downloadports-0248d9905e6f723dbc1855e80f23a4830d992680.tar.gz
ports-0248d9905e6f723dbc1855e80f23a4830d992680.zip
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=255008
Diffstat (limited to 'x11-wm/devilspie')
-rw-r--r--x11-wm/devilspie/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/devilspie/Makefile b/x11-wm/devilspie/Makefile
index b21cc65fa601..61723d4582c9 100644
--- a/x11-wm/devilspie/Makefile
+++ b/x11-wm/devilspie/Makefile
@@ -26,6 +26,12 @@ PORTDOCS= AUTHORS NEWS README TODO
PLIST_FILES= bin/devilspie \
share/locale/de/LC_MESSAGES/devilspie.mo
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not compile on 6.X
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||' \
${WRKSRC}/src/Makefile.in
@@ -36,4 +42,4 @@ post-install:
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>