aboutsummaryrefslogtreecommitdiff
path: root/multimedia/avidemux2
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-25 02:23:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-25 02:23:49 +0000
commit61d0cfd1e0c9c3de5a42c471dd35df667f7c8507 (patch)
tree5d782801fd011662a80960bfbc5ff91579fad603 /multimedia/avidemux2
parent66d374ee7a878786286a4c37ce3dd70524250657 (diff)
Notes
Diffstat (limited to 'multimedia/avidemux2')
-rw-r--r--multimedia/avidemux2/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/avidemux2/Makefile.common b/multimedia/avidemux2/Makefile.common
index a5bf3e03c6ab..f1b469c04016 100644
--- a/multimedia/avidemux2/Makefile.common
+++ b/multimedia/avidemux2/Makefile.common
@@ -78,7 +78,8 @@ CMAKE_ARGS+= -DARTS:BOOL=OFF -DALSA:BOOL=OFF -DAFTEN:BOOL=OFF
.if empty(PORT_OPTIONS:MGTK2) && empty(PORT_OPTIONS:MQT4)
CMAKE_ARGS+= -DX11:BOOL=OFF
.else
-USE_GNOME+= libxslt desktopfileutils
+USES+= desktop-file-utils
+USE_GNOME+= libxslt
.endif
.if ${PORT_OPTIONS:MGTK2}