diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-09-11 17:41:00 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-09-11 17:41:00 +0800 |
commit | f3810afed81efc824de8d99735a90c626a150774 (patch) | |
tree | 41389df2ec745a0fef0b6412c8997053f061d4a8 /devel | |
parent | 917e00581e82d93e9c6fc1939f0567fe55281d41 (diff) | |
download | freebsd-ports-gnome-f3810afed81efc824de8d99735a90c626a150774.tar.gz freebsd-ports-gnome-f3810afed81efc824de8d99735a90c626a150774.tar.zst freebsd-ports-gnome-f3810afed81efc824de8d99735a90c626a150774.zip |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libzrtpcpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libzrtpcpp/Makefile b/devel/libzrtpcpp/Makefile index 3e750c30780d..c5606c407157 100644 --- a/devel/libzrtpcpp/Makefile +++ b/devel/libzrtpcpp/Makefile @@ -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 |