diff options
author | jsm <jsm@FreeBSD.org> | 2018-07-08 23:36:50 +0800 |
---|---|---|
committer | jsm <jsm@FreeBSD.org> | 2018-07-08 23:36:50 +0800 |
commit | 86c4df63175c950e36706548f3a4f1b7414cdc1b (patch) | |
tree | be61d45cf8e988d27109757a6e5efaa5e0e0f944 /devel/liblxqt | |
parent | 2f838f4e9d93a6e10cbe5b4f505f9d3513b2137d (diff) | |
download | freebsd-ports-gnome-86c4df63175c950e36706548f3a4f1b7414cdc1b.tar.gz freebsd-ports-gnome-86c4df63175c950e36706548f3a4f1b7414cdc1b.tar.zst freebsd-ports-gnome-86c4df63175c950e36706548f3a4f1b7414cdc1b.zip |
devel/liblxqt in not broken on aarch64, fix pkg-descr
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D16179
Diffstat (limited to 'devel/liblxqt')
-rw-r--r-- | devel/liblxqt/Makefile | 3 | ||||
-rw-r--r-- | devel/liblxqt/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/liblxqt/Makefile b/devel/liblxqt/Makefile index d904943a7b62..ed8c61491f01 100644 --- a/devel/liblxqt/Makefile +++ b/devel/liblxqt/Makefile @@ -10,9 +10,8 @@ MAINTAINER= jesper@schmitz.computer COMMENT= Shared library for LXQt applications LICENSE= LGPL21+ -LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt@qt5 -BROKEN_aarch64= fails to compile: lxqtplugininfo.cpp:107:14: expected expression +LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt@qt5 USES= cmake:outsource compiler:c++11-lib gettext kde:5 lxqt \ pkgconfig qt:5 tar:xz diff --git a/devel/liblxqt/pkg-descr b/devel/liblxqt/pkg-descr index e01f350102d0..b27a8789a8e0 100644 --- a/devel/liblxqt/pkg-descr +++ b/devel/liblxqt/pkg-descr @@ -1,3 +1,3 @@ Core utility library for all LXQt components. -WWW: https://github.com/lxde/liblxqt +WWW: https://github.com/lxqt/liblxqt |