aboutsummaryrefslogtreecommitdiff
path: root/converters/gbase
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 09:31:13 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 09:31:13 +0000
commit2bf9ca57b161dda80ac325ace89ff2fb273a9127 (patch)
tree25eee2b7e2ec8a9eedb1ce84f62e5e2d0ad71b11 /converters/gbase
parent6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346 (diff)
downloadports-2bf9ca57b161dda80ac325ace89ff2fb273a9127.tar.gz
ports-2bf9ca57b161dda80ac325ace89ff2fb273a9127.zip
c*: Add missing USES={gnome,php,sdl,xorg}
Notes
Notes: svn path=/head/; revision=517041
Diffstat (limited to 'converters/gbase')
-rw-r--r--converters/gbase/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/gbase/Makefile b/converters/gbase/Makefile
index 24474a5c9638..f3f6d3f26053 100644
--- a/converters/gbase/Makefile
+++ b/converters/gbase/Makefile
@@ -13,7 +13,7 @@ COMMENT= Program to convert between the 4 common bases used in programming
LICENSE= ART10
PLIST_FILES= bin/${PORTNAME}
-USES= pkgconfig
+USES= gnome pkgconfig
USE_GNOME+= gtk20
GTK_CFLAGS= `pkg-config --cflags gtk+-2.0`