diff options
author | cy <cy@FreeBSD.org> | 2005-11-01 04:50:12 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2005-11-01 04:50:12 +0800 |
commit | 4f1aa355bbf1718437f811857cb5ff208053c3b0 (patch) | |
tree | ec822ed0c2eb8dbf5457478bc74896b41c7e7f99 /x11-wm | |
parent | 30b018b2f37034f1c5c2e1003a9936f6b2ec4169 (diff) | |
download | freebsd-ports-gnome-4f1aa355bbf1718437f811857cb5ff208053c3b0.tar.gz freebsd-ports-gnome-4f1aa355bbf1718437f811857cb5ff208053c3b0.tar.zst freebsd-ports-gnome-4f1aa355bbf1718437f811857cb5ff208053c3b0.zip |
No longer builds under 4.11. Mark broken for the time being.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm2-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/fvwm2-devel/Makefile b/x11-wm/fvwm2-devel/Makefile index b07186ff39e3..589c9024e895 100644 --- a/x11-wm/fvwm2-devel/Makefile +++ b/x11-wm/fvwm2-devel/Makefile @@ -46,6 +46,10 @@ OPTIONS= ICONS "Install default icon set" on \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 501000 +BROKEN= Does not build +.endif + .if !defined(WITHOUT_ICONS) DISTFILES+= fvwm_icons.tgz .endif |