diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-08 02:50:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-08 02:50:27 +0000 |
commit | 98332e5f0076686d7f5d691827c0d1f6c9b52531 (patch) | |
tree | 846e1bb0012daf7518b42bcf18884a5bedb06c6a /x11-wm | |
parent | 6840df58b0de6b946551f8a01b5791df72a4e10b (diff) | |
download | ports-98332e5f0076686d7f5d691827c0d1f6c9b52531.tar.gz ports-98332e5f0076686d7f5d691827c0d1f6c9b52531.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/olvwm/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/olvwm/Makefile b/x11-wm/olvwm/Makefile index a4b03586c40c..ce2e0d7b0b3e 100644 --- a/x11-wm/olvwm/Makefile +++ b/x11-wm/olvwm/Makefile @@ -30,4 +30,10 @@ USE_XPM= yes MAN1= olvwm.1 olvwmrc.1 XFREE86_HTML_MAN= no -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |