aboutsummaryrefslogtreecommitdiffstats
path: root/math/libqalculate
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-11-09 23:55:32 +0800
committervs <vs@FreeBSD.org>2005-11-09 23:55:32 +0800
commit63684d25303366131466c09047eb66e9503549a0 (patch)
tree1b63e18a624a05608d08bf2eca41f25ee8e98ae2 /math/libqalculate
parenta1a478e25bac7424510ae4bb02fad477a936f7d9 (diff)
downloadfreebsd-ports-gnome-63684d25303366131466c09047eb66e9503549a0.tar.gz
freebsd-ports-gnome-63684d25303366131466c09047eb66e9503549a0.tar.zst
freebsd-ports-gnome-63684d25303366131466c09047eb66e9503549a0.zip
Be more precise about error on 4.x. Setting USE_GCC (implied by math/cln)
will fix configure, but breaks later on.
Diffstat (limited to 'math/libqalculate')
-rw-r--r--math/libqalculate/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile
index 9011e79efce3..f09385f03c36 100644
--- a/math/libqalculate/Makefile
+++ b/math/libqalculate/Makefile
@@ -18,6 +18,7 @@ COMMENT= Very powerful GUI calculator for GNOME (backend library)
LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln
USE_X_PREFIX= yes
+USE_GCC= 3.4+
USE_GMAKE= yes
USE_LIBTOOL_VER=15
USE_GNOME= intlhack lthack pkgconfig gnomehack glib20 libxml2
@@ -26,7 +27,7 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-BROKEN= "does not configure"
+BROKEN= "does not build even with USE_GCC"
.endif
.include <bsd.port.post.mk>