Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2014 02:24:51 +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: r375525 - head/net/remmina-plugins
Message-ID:  <201412250224.sBP2OpQC001551@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Dec 25 02:24:50 2014
New Revision: 375525
URL: https://svnweb.freebsd.org/changeset/ports/375525
QAT: https://qat.redports.org/buildarchive/r375525/

Log:
  Convert USE_GNOME=desktopfileutils into USES=desktop-file-utils

Modified:
  head/net/remmina-plugins/bsd.plugin.mk

Modified: head/net/remmina-plugins/bsd.plugin.mk
==============================================================================
--- head/net/remmina-plugins/bsd.plugin.mk	Thu Dec 25 02:23:49 2014	(r375524)
+++ head/net/remmina-plugins/bsd.plugin.mk	Thu Dec 25 02:24:50 2014	(r375525)
@@ -8,8 +8,8 @@ LICENSE=	GPLv2
 BUILD_DEPENDS+=	remmina>=${PORTVERSION}:${PORTSDIR}/net/remmina
 RUN_DEPENDS+=	remmina>=${PORTVERSION}:${PORTSDIR}/net/remmina
 
-USES+=		cmake gmake pkgconfig
-USE_GNOME=	atk desktopfileutils gdkpixbuf2 glib20 gtk20 pango
+USES+=		cmake gmake pkgconfig desktop-file-utils
+USE_GNOME=	atk gdkpixbuf2 glib20 gtk20 pango
 INSTALLS_ICONS=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412250224.sBP2OpQC001551>