diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-23 20:41:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-23 20:41:57 +0000 |
commit | 9ec2c75c6bfa9a838e688ec022d718bd50f05c58 (patch) | |
tree | 6c1f0c5364eef00bd89b4c68b513ffb12398f00a /math | |
parent | c89a4d9643a998c686e7f9a742a4e5a63aed445b (diff) | |
download | ports-9ec2c75c6bfa9a838e688ec022d718bd50f05c58.tar.gz ports-9ec2c75c6bfa9a838e688ec022d718bd50f05c58.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
Notes
Notes:
svn path=/head/; revision=211855
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 |