diff options
Diffstat (limited to 'net-im/toxic/Makefile')
-rw-r--r-- | net-im/toxic/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile index d3d44db4012e..6747199fba55 100644 --- a/net-im/toxic/Makefile +++ b/net-im/toxic/Makefile @@ -12,15 +12,15 @@ COMMENT= Console client for Tox LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox \ - ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx \ - libopus.so:${PORTSDIR}/audio/opus \ - libcurl.so:${PORTSDIR}/ftp/curl \ - libv4l2.so:${PORTSDIR}/multimedia/libv4l \ - libqrencode.so:${PORTSDIR}/graphics/libqrencode \ - libconfig.so:${PORTSDIR}/devel/libconfig -RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox +BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:net-im/tox \ + ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat +LIB_DEPENDS= libvpx.so:multimedia/libvpx \ + libopus.so:audio/opus \ + libcurl.so:ftp/curl \ + libv4l2.so:multimedia/libv4l \ + libqrencode.so:graphics/libqrencode \ + libconfig.so:devel/libconfig +RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:net-im/tox USE_GITHUB= yes GH_ACCOUNT= Tox @@ -31,7 +31,7 @@ OPTIONS_DEFAULT=X11 X11_USE= XORG=x11 X11_MAKE_ARGS_OFF= DISABLE_X11=1 DISABLE_DESKTOP_NOTIFY=1 -X11_LIB_DEPENDS=libnotify.so:${PORTSDIR}/devel/libnotify +X11_LIB_DEPENDS=libnotify.so:devel/libnotify MAKE_ENV= USER_CFLAGS="${CFLAGS}" USER_LDFLAGS="${LDFLAGS}" SUB_FILES= pkg-message |