diff options
author | Diane Bruce <db@FreeBSD.org> | 2016-03-25 02:50:39 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2016-03-25 02:50:39 +0000 |
commit | 17f895f94c0791bfd42f3b11321411ab81c2335e (patch) | |
tree | 7484ebc277aee6400ead79ca4de261bebced0e57 /comms/cqrlog | |
parent | 1b9fd6471baa29bf07aae74f03d2aa43285adae8 (diff) | |
download | ports-17f895f94c0791bfd42f3b11321411ab81c2335e.tar.gz ports-17f895f94c0791bfd42f3b11321411ab81c2335e.zip |
Notes
Diffstat (limited to 'comms/cqrlog')
-rw-r--r-- | comms/cqrlog/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/comms/cqrlog/Makefile b/comms/cqrlog/Makefile index 4cd67e052ef4..0c628c0f17b7 100644 --- a/comms/cqrlog/Makefile +++ b/comms/cqrlog/Makefile @@ -11,7 +11,7 @@ COMMENT= Amateur Radio logging application LICENSE= GPLv2 -BUILD_DEPENDS= lazarus:${PORTSDIR}/editors/lazarus +BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus LIB_DEPENDS= libhamlib.so:${PORTSDIR}/comms/hamlib USE_GITHUB= yes @@ -21,8 +21,9 @@ USES= shebangfix SHEBANG_FILES= tools/cqrlog-apparmor-fix \ voice_keyer/voice_keyer.sh -USE_FPC= cairo fcl-base fcl-db fcl-image fcl-json fcl-net \ - fcl-registry fcl-xml mysql numlib openssl pasjpeg x11 +USE_FPC= cairo fcl-base fcl-db fcl-image fcl-json fcl-net fcl-web \ + fcl-registry rtl-extra fcl-xml mysql numlib openssl pasjpeg x11 + WANT_GNOME= yes ALL_TARGET= ${PORTNAME} |