diff options
Diffstat (limited to 'net-im/tox/Makefile')
-rw-r--r-- | net-im/tox/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile index 42c96df60bfa..b0b77979e787 100644 --- a/net-im/tox/Makefile +++ b/net-im/tox/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= toxcore -PORTVERSION= 0.151028 -PORTREVISION= 1 +PORTVERSION= 0.151112 CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org @@ -18,7 +17,7 @@ LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx \ USE_GITHUB= yes GH_ACCOUNT= irungentoo GH_PROJECT= ${PORTNAME} -GH_TAGNAME= a25cc96 +GH_TAGNAME= 22634a4 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-tests @@ -58,6 +57,13 @@ PID_DIR= /var/run/tox-bootstrapd PKGMESSAGE= ${PKGDIR}/pkg-message.daemon .endif +pre-everything:: +.if ${PORT_OPTIONS:MNACL} + @${ECHO_CMD} + @${ECHO_CMD} "Warning: building toxcore against NaCl is not supported by some clients (e.g. qTox)!" + @${ECHO_CMD} +.endif + pre-configure: ${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/configure.ac |