summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz>2011-12-19 15:27:47 +0000
committerwiz <wiz>2011-12-19 15:27:47 +0000
commit22d86d818aae14d888c0938f02c6b2b7aee39a1a (patch)
tree578bb3eb45dec199622cf3fb6da0ef433c59e8f9 /editors
parent88e5ca7866cb63bfb3c337db49d4f3e4957e602f (diff)
downloadpkgsrc-22d86d818aae14d888c0938f02c6b2b7aee39a1a.tar.gz
Fix elvis-x11 build by depending on pkg-config.
XXX: This is a big mess. elvis/Makefile is included by other packages, elvis-x11 sets an option...
Diffstat (limited to 'editors')
-rw-r--r--editors/elvis/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/elvis/options.mk b/editors/elvis/options.mk
index 9c306e5bb34..d9969cd7015 100644
--- a/editors/elvis/options.mk
+++ b/editors/elvis/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2011/10/03 00:52:07 dholland Exp $
+# $NetBSD: options.mk,v 1.3 2011/12/19 15:27:47 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.elvis
PKG_SUPPORTED_OPTIONS= x11
@@ -15,6 +15,7 @@ CONFIGURE_ARGS+= --with-x
CONFIGURE_ARGS+= --with-xft
CONFIGURE_ARGS+= --x-includes=${X11BASE:Q}/include
CONFIGURE_ARGS+= --x-libraries=${X11BASE:Q}/lib
+USE_TOOLS+= pkg-config
.else
CONFIGURE_ARGS+= --without-x
.endif