diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-16 16:26:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-16 16:26:25 +0800 |
commit | 194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00 (patch) | |
tree | 631e17a2b7895241106d33db493284675e581402 /net-p2p | |
parent | d00964c5ca301785a1907fb7ee6dff8d7fbdb044 (diff) | |
download | freebsd-ports-gnome-194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00.tar.gz freebsd-ports-gnome-194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00.tar.zst freebsd-ports-gnome-194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00.zip |
Fix some non default LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnunet/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-remote-gui/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index af4788f76a27..fc39a6206bb8 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -74,7 +74,7 @@ report.sh .if ${PORT_OPTIONS:MHTTP} BROKEN = WITH_HTTP requires libmicrohttpd 0.9.18 or higher -LIB_DEPENDS+= microhttpd:${PORTSDIR}/www/libmicrohttpd +LIB_DEPENDS+= libmicrohttpd.so:${PORTSDIR}/www/libmicrohttpd CONFIGURE_ARGS+= --with-microhttpd=${LOCALBASE} PLIST_SUB+= HTTP="" .else diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile index d1c106fa2b4b..63cb611f0f85 100644 --- a/net-p2p/transmission-remote-gui/Makefile +++ b/net-p2p/transmission-remote-gui/Makefile @@ -57,7 +57,7 @@ BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/edit .endif .if ${PORT_OPTIONS:MQT4} -LIB_DEPENDS+= Qt4Pas.5:${PORTSDIR}/x11-toolkits/qt4pas +LIB_DEPENDS+= libQt4Pas.so:${PORTSDIR}/x11-toolkits/qt4pas LCL_PLATFORM= qt BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-qt .endif |