summaryrefslogtreecommitdiff
path: root/x11-clocks/xalarm/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-07-30 20:52:11 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-07-30 20:52:11 +0000
commite8c1be475f506281a1ff762ac79dd84fc673f524 (patch)
tree110112f4e7e5c27eb9549bbed1c67c80177aba71 /x11-clocks/xalarm/Makefile
parentfix typo introduced in the last commit (diff)
Mark BROKEN on -current (does not compile with gcc 3.3)
Notes
Notes: svn path=/head/; revision=85944
Diffstat (limited to '')
-rw-r--r--x11-clocks/xalarm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-clocks/xalarm/Makefile b/x11-clocks/xalarm/Makefile
index 2c984efd80b0..2ef792413255 100644
--- a/x11-clocks/xalarm/Makefile
+++ b/x11-clocks/xalarm/Makefile
@@ -14,6 +14,12 @@ MASTER_SITE_SUBDIR= utilities
MAINTAINER= desmo@bandwidth.org
COMMENT= An X based alarm clock
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 501102
+BROKEN= "Does not compile"
+.endif
+
USE_IMAKE= yes
IS_INTERACTIVE= yes
@@ -22,4 +28,4 @@ MAN1= xalarm.1 xmemo.1 xfortune.1 xyow.1
pre-install:
(cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad)
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>