diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 14:21:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 14:21:46 +0800 |
commit | a048be6d33b3cc36897a6c1ff56b3123fe4882bb (patch) | |
tree | a1bc95a88408347209af32ce9d270f62a68d31ed /www/wwwoffle | |
parent | 08fd42a6ba4cfc15ec8814217e373f4372da0992 (diff) | |
download | freebsd-ports-gnome-a048be6d33b3cc36897a6c1ff56b3123fe4882bb.tar.gz freebsd-ports-gnome-a048be6d33b3cc36897a6c1ff56b3123fe4882bb.tar.zst freebsd-ports-gnome-a048be6d33b3cc36897a6c1ff56b3123fe4882bb.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'www/wwwoffle')
-rw-r--r-- | www/wwwoffle/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 2f49b3923f9f..3ab54cc7ad6c 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -39,12 +39,6 @@ MAN1= wwwoffle.1 MAN5= wwwoffle.conf.5 MAN8= wwwoffled.8 -.include <bsd.port.pre.mk> - -.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. @@ -60,4 +54,4 @@ post-install: @${INSTALL_SCRIPT} ${WRKSRC}/conf/upgrade-config.pl ${WWWOFFLE_SPOOL} @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |