|
Lines 33-38
OPTIONS_DEFAULT= DBUS
Link Here
|
| 33 |
DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus |
33 |
DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus |
| 34 |
DBUS_MAKE_ARGS_OFF= DBUS=0 |
34 |
DBUS_MAKE_ARGS_OFF= DBUS=0 |
| 35 |
|
35 |
|
|
|
36 |
.include <bsd.port.pre.mk> |
| 37 |
|
| 38 |
pre-everything:: |
| 39 |
.if !exists(${LOCALBASE}/lib/libtoxav.so) |
| 40 |
IGNORE= Port net-im/tox must be build with option SODIUM |
| 41 |
.else |
| 42 |
LIB_DEPENDS+= libsodium.so:${PORTSDIR}/security/libsodium |
| 43 |
.endif |
| 44 |
|
| 36 |
pre-configure: |
45 |
pre-configure: |
| 37 |
@${REINPLACE_CMD} -e 's|$$(GIT_V)|${DISTVERSION}-${GH_TAGNAME}|' \ |
46 |
@${REINPLACE_CMD} -e 's|$$(GIT_V)|${DISTVERSION}-${GH_TAGNAME}|' \ |
| 38 |
-e 's|share/man|man|' ${WRKSRC}/${MAKEFILE} |
47 |
-e 's|share/man|man|' ${WRKSRC}/${MAKEFILE} |