diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 22:30:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 22:30:30 +0000 |
commit | 21fe3968d0744e5db62b6b5b5541f5050a491640 (patch) | |
tree | 935f187865afe490621d0ce00ad4f925502ae9de /x11-wm/epplets | |
parent | e39915860eb72bfe2170657401ec4077fd1cf513 (diff) | |
download | ports-21fe3968d0744e5db62b6b5b5541f5050a491640.tar.gz ports-21fe3968d0744e5db62b6b5b5541f5050a491640.zip |
Notes
Diffstat (limited to 'x11-wm/epplets')
-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="" |