From 9f214453c1911dd8b95c5f555726a396f74a7284 Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 25 Dec 2014 02:24:50 +0000 Subject: Convert USE_GNOME=desktopfileutils into USES=desktop-file-utils --- net/remmina-plugins/bsd.plugin.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/remmina-plugins/bsd.plugin.mk b/net/remmina-plugins/bsd.plugin.mk index 45fbc0247f22..661902d24fff 100644 --- a/net/remmina-plugins/bsd.plugin.mk +++ b/net/remmina-plugins/bsd.plugin.mk @@ -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} -- cgit