Lines 14-19
BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox \
Link Here
|
14 |
${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat |
14 |
${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat |
15 |
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ |
15 |
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ |
16 |
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ |
16 |
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ |
|
|
17 |
libsodium.so:${PORTSDIR}/security/libsodium \ |
17 |
libv4lconvert.so:${PORTSDIR}/multimedia/libv4l \ |
18 |
libv4lconvert.so:${PORTSDIR}/multimedia/libv4l \ |
18 |
libvpx.so:${PORTSDIR}/multimedia/libvpx \ |
19 |
libvpx.so:${PORTSDIR}/multimedia/libvpx \ |
19 |
libfilteraudio.so:${PORTSDIR}/audio/libfilteraudio |
20 |
libfilteraudio.so:${PORTSDIR}/audio/libfilteraudio |
Lines 33-38
OPTIONS_DEFAULT= DBUS
Link Here
|
33 |
DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus |
34 |
DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus |
34 |
DBUS_MAKE_ARGS_OFF= DBUS=0 |
35 |
DBUS_MAKE_ARGS_OFF= DBUS=0 |
35 |
|
36 |
|
|
|
37 |
.include <bsd.port.pre.mk> |
38 |
|
39 |
.if !exists(${LOCALBASE}/lib/libtoxav.so) |
40 |
BROKEN= Port net-im/tox must be build with option SODIUM |
41 |
.endif |
42 |
|
36 |
pre-configure: |
43 |
pre-configure: |
37 |
@${REINPLACE_CMD} -e 's|$$(GIT_V)|${DISTVERSION}-${GH_TAGNAME}|' \ |
44 |
@${REINPLACE_CMD} -e 's|$$(GIT_V)|${DISTVERSION}-${GH_TAGNAME}|' \ |
38 |
-e 's|share/man|man|' ${WRKSRC}/${MAKEFILE} |
45 |
-e 's|share/man|man|' ${WRKSRC}/${MAKEFILE} |