svn commit: r375525 - head/net/remmina-plugins

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 25 02:24:51 UTC 2014


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}


More information about the svn-ports-head mailing list