aboutsummaryrefslogtreecommitdiff
path: root/x11/rsibreak
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-03-21 07:45:48 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-03-21 07:45:48 +0000
commit2d5d8f563b842a06e46b36637ecc0d34a3196710 (patch)
tree3fb00ed2b3e27c4d4080015307243bd02024ac4f /x11/rsibreak
parent18b4ffec03eebc98c589984bf805b2fe16f0c371 (diff)
downloadports-2d5d8f563b842a06e46b36637ecc0d34a3196710.tar.gz
ports-2d5d8f563b842a06e46b36637ecc0d34a3196710.zip
Notes
Diffstat (limited to 'x11/rsibreak')
-rw-r--r--x11/rsibreak/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/rsibreak/Makefile b/x11/rsibreak/Makefile
index 09a9c435cdd2..41b84fb773d2 100644
--- a/x11/rsibreak/Makefile
+++ b/x11/rsibreak/Makefile
@@ -19,8 +19,14 @@ USE_KDELIBS_VER=3
USE_AUTOTOOLS= libtool:15
USE_GETTEXT= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Doesn't compile on FreeBSD 4.X
+.endif
+
post-patch:
@${REINPLACE_CMD} 's/install-data-local: install-apidox/install-data-local:/' \
${WRKSRC}/rsibreak/Makefile.in ${WRKSRC}/rsibreak/src/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>