diff options
author | kris <kris@FreeBSD.org> | 2004-02-22 06:15:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-22 06:15:57 +0800 |
commit | b4902dc0c7eebcd57141718c1cf33f580fb8f955 (patch) | |
tree | 55a146600ac1052ea64c1e7d726d4f38411b70b8 /www | |
parent | a8eb27c6ff695eef083389d41a841bc69177d39f (diff) | |
download | freebsd-ports-gnome-b4902dc0c7eebcd57141718c1cf33f580fb8f955.tar.gz freebsd-ports-gnome-b4902dc0c7eebcd57141718c1cf33f580fb8f955.tar.zst freebsd-ports-gnome-b4902dc0c7eebcd57141718c1cf33f580fb8f955.zip |
BROKEN on 4.x: does not build
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_frontpage/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_frontpage/Makefile b/www/mod_frontpage/Makefile index ea17ca1f5139..ad93f54838b3 100644 --- a/www/mod_frontpage/Makefile +++ b/www/mod_frontpage/Makefile @@ -24,6 +24,10 @@ FPSETPERM= ${FP_DIR}/set_default_perms.sh .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not build" +.endif + PKGMESSAGE= pkg-message INSTALL_FILE= ${INSTALL} -c -m 555 -o bin -g bin |