Date: Mon, 22 Dec 2014 23:19:20 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375291 - head/net/linphone Message-ID: <201412222319.sBMNJKlj026610@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Dec 22 23:19:20 2014 New Revision: 375291 URL: https://svnweb.freebsd.org/changeset/ports/375291 QAT: https://qat.redports.org/buildarchive/r375291/ Log: Get rid of gnomehier Modified: head/net/linphone/Makefile Modified: head/net/linphone/Makefile ============================================================================== --- head/net/linphone/Makefile Mon Dec 22 23:14:07 2014 (r375290) +++ head/net/linphone/Makefile Mon Dec 22 23:19:20 2014 (r375291) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412222319.sBMNJKlj026610>