summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-06-14 06:30:24 +0000
committerwiz <wiz@pkgsrc.org>2010-06-14 06:30:24 +0000
commitafc5e3b926376c5ca993a60c9c5e901907656491 (patch)
tree3e9eeb57e52d7d53688f3604437823e0f5e166a2 /emulators
parent33f8cab49873b15d51de34b39df99d08719fdbbd (diff)
downloadpkgsrc-afc5e3b926376c5ca993a60c9c5e901907656491.tar.gz
gtk option needs pkg-config, add it to USE_TOOLS.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/e-uae/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/e-uae/options.mk b/emulators/e-uae/options.mk
index d298d366950..6a241c76708 100644
--- a/emulators/e-uae/options.mk
+++ b/emulators/e-uae/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2007/08/16 22:23:46 joerg Exp $
+# $NetBSD: options.mk,v 1.3 2010/06/14 06:30:24 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.e-uae
PKG_SUPPORTED_OPTIONS= gtk sdl x11
@@ -7,6 +7,7 @@ PKG_SUGGESTED_OPTIONS= gtk sdl
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mgtk)
+USE_TOOLS+= pkg-config
.include "../../x11/gtk2/buildlink3.mk"
.endif