diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-22 23:19:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-22 23:19:20 +0000 |
commit | 9f66d59efc75c697aaaae764dabf07fc21d3526f (patch) | |
tree | 964d522b1286f99597fcb076e4b600785476a5f4 /net/linphone | |
parent | 7072f45ae60226e9938addb8666dee005a434c25 (diff) | |
download | ports-9f66d59efc75c697aaaae764dabf07fc21d3526f.tar.gz ports-9f66d59efc75c697aaaae764dabf07fc21d3526f.zip |
Get rid of gnomehier
Notes
Notes:
svn path=/head/; revision=375291
Diffstat (limited to 'net/linphone')
-rw-r--r-- | net/linphone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/linphone/Makefile b/net/linphone/Makefile index dbc5138bf3ed..a14f1efd5279 100644 --- a/net/linphone/Makefile +++ b/net/linphone/Makefile @@ -2,7 +2,7 @@ PORTNAME= linphone PORTVERSION= 3.7.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/3.7.x/sources @@ -26,7 +26,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip USES= gmake libtool pathfix pkgconfig readline:port -USE_GNOME= gnomehier gtk20 intltool libxml2 +USE_GNOME= gtk20 intltool libxml2 USE_LDCONFIG= yes OPTIONS_DEFINE= IPV6 NLS NOTIFY UPNP VIDEO |