diff options
Diffstat (limited to 'x11-clocks/xalarm')
-rw-r--r-- | x11-clocks/xalarm/Makefile | 8 |
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> |