diff options
author | pav <pav@FreeBSD.org> | 2008-04-24 04:41:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-24 04:41:57 +0800 |
commit | 18a2096161df46178a7019ea8c184189c2d06b2d (patch) | |
tree | dd8b519804706b55fcabf6fe4bbbc27f36145e82 /math | |
parent | b8f7f111a20e1537fcdedbbd10e61ea1d8adfb7c (diff) | |
download | freebsd-ports-gnome-18a2096161df46178a7019ea8c184189c2d06b2d.tar.gz freebsd-ports-gnome-18a2096161df46178a7019ea8c184189c2d06b2d.tar.zst freebsd-ports-gnome-18a2096161df46178a7019ea8c184189c2d06b2d.zip |
- Mark BROKEN: does not configure with new cln. cln port no longer installs
cln-config binary, it moved to pkg-config
Reported by: pointyhat
Diffstat (limited to 'math')
-rw-r--r-- | math/libqalculate/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 234aaf536fdf..cd97094ea856 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -16,6 +16,8 @@ COMMENT= A a multi-purpose desktop calculator (backend library) LIB_DEPENDS= cln.5:${PORTSDIR}/math/cln +BROKEN= does not configure with new cln + USE_GNOME= glib20 gnomehack gnometarget intlhack libxml2 USE_GETTEXT= yes USE_GMAKE= yes |