From 8329cd738334145030fe2232c0c15e7fecaad114 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 22 Apr 2006 22:11:33 +0000 Subject: BROKEN on !i386 and on 4.x: Does not compile --- www/wwwoffle/Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'www/wwwoffle') diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 0e494692ec38..d6c89b482e43 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -38,6 +38,16 @@ MAN1= wwwoffle.1 MAN5= wwwoffle.conf.5 MAN8= wwwoffled.8 +.include + +.if ${ARCH} != "i386" +BROKEN= Does not compile on ${ARCH} +.endif + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif + .if ${WWWOFFLE_SPOOL} != "/var/spool/wwwoffle" # If using a non-standard spool, change all the documentation (and anything # else) to reflect that. @@ -53,4 +63,4 @@ post-install: @${INSTALL_SCRIPT} ${WRKSRC}/conf/upgrade-config.pl ${WWWOFFLE_SPOOL} @${CAT} ${PKGMESSAGE} -.include +.include -- cgit