summaryrefslogtreecommitdiff
path: root/editors/elvis/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/elvis/options.mk')
-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