diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-11-09 15:55:32 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-11-09 15:55:32 +0000 |
commit | b1a514531ccf7c38c7095cf4fce3cf877873c6eb (patch) | |
tree | c32d959a397d6908b5aa2cb970d9516c38571cf6 /math/libqalculate | |
parent | 5e4da53f0a9c79d99ae2c53b204d4355a19ccba6 (diff) | |
download | ports-b1a514531ccf7c38c7095cf4fce3cf877873c6eb.tar.gz ports-b1a514531ccf7c38c7095cf4fce3cf877873c6eb.zip |
Notes
Diffstat (limited to 'math/libqalculate')
-rw-r--r-- | math/libqalculate/Makefile | 3 |
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> |