diff options
author | acm <acm@FreeBSD.org> | 2019-03-18 05:31:35 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2019-03-18 05:31:35 +0800 |
commit | 472b1faf829750c62a5e7c150886ff77318c1a45 (patch) | |
tree | 133f27b2b5c85f4030a715893a55bb7bb84cee12 /comms | |
parent | 03c97fd8cb237819cd8e68b8edb4a8b0887619f6 (diff) | |
download | freebsd-ports-gnome-472b1faf829750c62a5e7c150886ff77318c1a45.tar.gz freebsd-ports-gnome-472b1faf829750c62a5e7c150886ff77318c1a45.tar.zst freebsd-ports-gnome-472b1faf829750c62a5e7c150886ff77318c1a45.zip |
- Fix build
Reported by: yuri
Diffstat (limited to 'comms')
-rw-r--r-- | comms/cqrlog/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/cqrlog/Makefile b/comms/cqrlog/Makefile index 3e0043dc25fa..401f896d2a31 100644 --- a/comms/cqrlog/Makefile +++ b/comms/cqrlog/Makefile @@ -13,8 +13,6 @@ COMMENT= Amateur Radio logging application LICENSE= GPLv2 -BROKEN= Fatal: (10022) Can't find unit GL used by TAOpenGL - LIB_DEPENDS= libhamlib.so:comms/hamlib USES= fpc lazarus:flavors shebangfix ssl:run dos2unix mysql @@ -25,7 +23,7 @@ LLD_UNSAFE= yes SHEBANG_FILES= tools/cqrlog-apparmor-fix \ voice_keyer/voice_keyer.sh USE_FPC= cairo fcl-base chm fcl-db fcl-image fcl-json fcl-net fcl-web \ - fcl-registry rtl-extra fcl-xml mysql numlib openssl \ + fcl-registry rtl-extra fcl-xml mysql numlib opengl openssl \ pasjpeg regexpr x11 ALL_TARGET= ${PORTNAME} |