aboutsummaryrefslogtreecommitdiff
path: root/misc/metalink-tools
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 14:06:27 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 14:06:27 +0000
commitada732850424a3fc3b2c294a56407f3ea797ce82 (patch)
treefb4b9ba39c884ee070c132f8788e8a3c7553bf15 /misc/metalink-tools
parente4868fdb92b5a187a0cc4652a558c49023e8e32b (diff)
downloadports-ada732850424a3fc3b2c294a56407f3ea797ce82.tar.gz
ports-ada732850424a3fc3b2c294a56407f3ea797ce82.zip
misc: Add missing USES=gnome
Notes
Notes: svn path=/head/; revision=517067
Diffstat (limited to 'misc/metalink-tools')
-rw-r--r--misc/metalink-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/metalink-tools/Makefile b/misc/metalink-tools/Makefile
index bd471d2f1d6a..a11159bf1d3f 100644
--- a/misc/metalink-tools/Makefile
+++ b/misc/metalink-tools/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
USE_GNOME= glib20
GNU_CONFIGURE= yes
-USES= compiler:c++11-lang localbase pkgconfig
+USES= compiler:c++11-lang gnome localbase pkgconfig
USE_CXXSTD= c++11
CONFIGURE_ENV+= AWK="${AWK}"