diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net-p2p/dogecoin | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'net-p2p/dogecoin')
-rw-r--r-- | net-p2p/dogecoin/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/dogecoin/Makefile b/net-p2p/dogecoin/Makefile index 7a1a1537eeb5..c89b8bf02875 100644 --- a/net-p2p/dogecoin/Makefile +++ b/net-p2p/dogecoin/Makefile @@ -11,9 +11,9 @@ COMMENT= Virtual Peer-to-Peer Currency Client LICENSE= MIT -BUILD_DEPENDS= protoc:${PORTSDIR}/devel/protobuf +BUILD_DEPENDS= protoc:devel/protobuf -LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_date_time.so:devel/boost-libs OPTIONS_DEFINE= GUI UPNP QRCODES OPTIONS_DEFAULT= GUI QRCODES @@ -55,12 +55,12 @@ PLIST_FILES+= share/applications/dogecoin-qt.desktop \ QRCODES_CONFIGURE_ENABLE= qrencode .if ${PORT_OPTIONS:MQRCODES} -LIB_DEPENDS+= libqrencode.so:${PORTSDIR}/graphics/libqrencode +LIB_DEPENDS+= libqrencode.so:graphics/libqrencode .endif UPNP_CONFIGURE_ENABLE= miniupnpc .if ${PORT_OPTIONS:MUPNP} -LIB_DEPENDS+= libminiupnpc.so:${PORTSDIR}/net/miniupnpc +LIB_DEPENDS+= libminiupnpc.so:net/miniupnpc .endif SUB_FILES+= dogecoin-qt.desktop |