pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/e-uae gtk option needs pkg-config, add it to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b19cea0b87b
branches:  trunk
changeset: 576539:2b19cea0b87b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jun 14 06:30:24 2010 +0000

description:
gtk option needs pkg-config, add it to USE_TOOLS.

diffstat:

 emulators/e-uae/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 245774343050 -r 2b19cea0b87b emulators/e-uae/options.mk
--- a/emulators/e-uae/options.mk        Mon Jun 14 04:34:32 2010 +0000
+++ b/emulators/e-uae/options.mk        Mon Jun 14 06:30:24 2010 +0000
@@ -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 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mgtk)
+USE_TOOLS+=    pkg-config
 .include "../../x11/gtk2/buildlink3.mk"
 .endif
 



Home | Main Index | Thread Index | Old Index