summaryrefslogtreecommitdiff
path: root/editors/emacs/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs/options.mk')
-rw-r--r--editors/emacs/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/options.mk b/editors/emacs/options.mk
index e2d334b8b25..68091dda7f0 100644
--- a/editors/emacs/options.mk
+++ b/editors/emacs/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2009/08/05 22:04:50 minskim Exp $
+# $NetBSD: options.mk,v 1.10 2010/06/01 21:44:54 minskim Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.emacs
@@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --without-dbus
###
### Support SVG
###
-. if !empty(PKG_OPTIONS:Msvg)
+. if !empty(PKG_OPTIONS:Msvg) && empty(PKG_OPTIONS:Mnextstep)
.include "../../graphics/librsvg/buildlink3.mk"
. else
CONFIGURE_ARGS+= --without-rsvg