diff options
Diffstat (limited to 'graphics/xmfract/Makefile')
-rw-r--r-- | graphics/xmfract/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xmfract/Makefile b/graphics/xmfract/Makefile index 41d55f0d3209..c076199a7ba7 100644 --- a/graphics/xmfract/Makefile +++ b/graphics/xmfract/Makefile @@ -13,7 +13,7 @@ COMMENT= The dos based 'fractint' with an X/Motif front end LICENSE= GPLv2 -USE_MOTIF= yes +USES= motif USE_AUTOTOOLS= aclocal autoconf ACLOCAL_ARGS= # none CONFIGURE_ARGS= --with-editres \ @@ -23,7 +23,7 @@ MAKE_JOBS_SAFE= yes .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -IGNORE= fails to run with: XCreateImage failed +BROKEN= fails to run with: XCreateImage failed .endif .include <bsd.port.post.mk> |