aboutsummaryrefslogtreecommitdiff
path: root/graphics/xmfract
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2007-09-02 14:25:46 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2007-09-02 14:25:46 +0000
commit2128c21b1f2cfe572f07a30135ab91f2fcc7a2cc (patch)
tree697389162bb054fd272740602bac725282180549 /graphics/xmfract
parented7c21710ab26c6a64dc7dc2128a20986e480ef9 (diff)
downloadports-2128c21b1f2cfe572f07a30135ab91f2fcc7a2cc.tar.gz
ports-2128c21b1f2cfe572f07a30135ab91f2fcc7a2cc.zip
Notes
Diffstat (limited to 'graphics/xmfract')
-rw-r--r--graphics/xmfract/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/xmfract/Makefile b/graphics/xmfract/Makefile
index 43f6507c7f41..943ceb73060f 100644
--- a/graphics/xmfract/Makefile
+++ b/graphics/xmfract/Makefile
@@ -19,11 +19,14 @@ COMMENT= The dos based 'fractint' with an X/Motif front end
USE_MOTIF= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-editres \
+ --with-motif="motif_includes=${X11BASE}/include motif_libraries=${X11BASE}/lib"
.include <bsd.port.pre.mk>
-.if ${ARCH} != "i386" && ${OSVERSION} >= 600034
-BROKEN= Internal compiler error during build on FreeBSD >= 6.0 and !i386
+.if ${ARCH} != "i386"
+USE_GCC=4.2+
+IGNORE= fails to run with: XCreateImage failed
.endif
.include <bsd.port.post.mk>