From 63684d25303366131466c09047eb66e9503549a0 Mon Sep 17 00:00:00 2001 From: vs Date: Wed, 9 Nov 2005 15:55:32 +0000 Subject: Be more precise about error on 4.x. Setting USE_GCC (implied by math/cln) will fix configure, but breaks later on. --- math/libqalculate/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math') diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 9011e79..f09385f 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 .if ${OSVERSION} < 500000 -BROKEN= "does not configure" +BROKEN= "does not build even with USE_GCC" .endif .include -- cgit v1.1