diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/epplets/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile index 4453e47e4ed1..3225f454fb62 100644 --- a/x11-wm/epplets/Makefile +++ b/x11-wm/epplets/Makefile @@ -35,6 +35,10 @@ CONFIGURE_ARGS= --enable-fsstd .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502102 +BROKEN= "Does not compile (missing dependency)" +.endif + .if ${ARCH} == "i386" APM_PROGS= E-Power.epplet PLIST_SUB+= APM_PROGS="" |