Date: Fri, 25 Mar 2016 02:50:39 +0000 (UTC) From: Diane Bruce <db@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411816 - head/comms/cqrlog Message-ID: <201603250250.u2P2od8U055434@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: db Date: Fri Mar 25 02:50:39 2016 New Revision: 411816 URL: https://svnweb.freebsd.org/changeset/ports/411816 Log: Ok, really fix cqrlog. Add missing fpc units. Modified: head/comms/cqrlog/Makefile Modified: head/comms/cqrlog/Makefile ============================================================================== --- head/comms/cqrlog/Makefile Fri Mar 25 01:20:36 2016 (r411815) +++ head/comms/cqrlog/Makefile Fri Mar 25 02:50:39 2016 (r411816) @@ -11,7 +11,7 @@ COMMENT= Amateur Radio logging applicati 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603250250.u2P2od8U055434>