aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-12-25 10:24:50 +0800
committerbapt <bapt@FreeBSD.org>2014-12-25 10:24:50 +0800
commit9f214453c1911dd8b95c5f555726a396f74a7284 (patch)
tree4a8a2cc849c072d9c9751fe6404a24916fabfe5d
parentbfe4803901784313fef364669a2d4a70e27b54a8 (diff)
downloadfreebsd-ports-gnome-9f214453c1911dd8b95c5f555726a396f74a7284.tar.gz
freebsd-ports-gnome-9f214453c1911dd8b95c5f555726a396f74a7284.tar.zst
freebsd-ports-gnome-9f214453c1911dd8b95c5f555726a396f74a7284.zip
Convert USE_GNOME=desktopfileutils into USES=desktop-file-utils
-rw-r--r--net/remmina-plugins/bsd.plugin.mk4
1 files 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}