diff options
author | wiz <wiz@pkgsrc.org> | 2011-12-19 15:27:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-12-19 15:27:47 +0000 |
commit | 9677143a6d978ccc288f6e7c0b111a55291e606d (patch) | |
tree | 578bb3eb45dec199622cf3fb6da0ef433c59e8f9 /editors/elvis | |
parent | 03a6ffaed1702f4ed509ff68309c430f4ed36d10 (diff) | |
download | pkgsrc-9677143a6d978ccc288f6e7c0b111a55291e606d.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/elvis')
-rw-r--r-- | editors/elvis/options.mk | 3 |
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 |