diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 15:10:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 15:10:44 +0000 |
commit | 22aa02fd75058917ae1de3fef7cff74b1bcd6c56 (patch) | |
tree | 2a371f98db99023198b309b69d00707314a6c1a1 /comms/trustedqsl | |
parent | 61471fa1979be372d658dc9dff40bb18aca2191c (diff) |
Notes
Diffstat (limited to 'comms/trustedqsl')
-rw-r--r-- | comms/trustedqsl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/trustedqsl/Makefile b/comms/trustedqsl/Makefile index 302e6ed8b3a4..3e06ef911dc4 100644 --- a/comms/trustedqsl/Makefile +++ b/comms/trustedqsl/Makefile @@ -9,8 +9,8 @@ DISTNAME= tqsl-1.14.2 MAINTAINER= db@FreeBSD.org COMMENT= Amateur Radio Station electronic trusted logbook -LIB_DEPENDS= db-5:${PORTSDIR}/databases/db5 \ - curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libdb-5.so:${PORTSDIR}/databases/db5 \ + libcurl.so:${PORTSDIR}/ftp/curl USES= cmake USE_WX= 2.8+ |