1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Drop gettext and iconv dependencies.

Nothing in the port uses either of them, so it is safe to remove the
dependencies. I have built the port on 9.3-i386 and 10.1-amd64 without those
entries and everything still worked.

Approved by:	maintainer timeout (acm, 17 days)
Differential Revision:	https://reviews.freebsd.org/D3480
This commit is contained in:
Raphael Kubo da Costa 2015-09-11 09:41:00 +00:00
parent 69b4c8d163
commit 25c637f872
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396653

View File

@ -3,7 +3,7 @@
PORTNAME= libzrtpcpp
PORTVERSION= 2.3.4
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= GNU/ccrtp
@ -13,7 +13,7 @@ COMMENT= ZRTP extension for GNU ccRTP
LIB_DEPENDS= libccrtp.so:${PORTSDIR}/devel/ccrtp \
libgcrypt.so:${PORTSDIR}/security/libgcrypt
USES= cmake iconv gettext pkgconfig
USES= cmake pkgconfig
USE_OPENSSL= yes
CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON