summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2011-07-12 11:12:36 +0000
committertnn <tnn@pkgsrc.org>2011-07-12 11:12:36 +0000
commite6656dfd5470576d79e1cf9f4a33fe506401c82b (patch)
treec1e7f54f08a02d75221165bb3a71f943bee76582 /devel
parent57908f023da4f0e0e730aecbda450ab0c9818859 (diff)
downloadpkgsrc-e6656dfd5470576d79e1cf9f4a33fe506401c82b.tar.gz
Fix libevent detection when using libevent from pkgsrc.
Diffstat (limited to 'devel')
-rw-r--r--devel/xulrunner/mozilla-common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xulrunner/mozilla-common.mk b/devel/xulrunner/mozilla-common.mk
index 533d3e315ed..33f68981a36 100644
--- a/devel/xulrunner/mozilla-common.mk
+++ b/devel/xulrunner/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.23 2011/07/11 21:20:34 tnn Exp $
+# $NetBSD: mozilla-common.mk,v 1.24 2011/07/12 11:12:36 tnn Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --disable-system-cairo
CONFIGURE_ARGS+= --disable-system-pixman
CONFIGURE_ARGS+= --with-system-jpeg
CONFIGURE_ARGS+= --with-system-zlib --with-system-bz2
-CONFIGURE_ARGS+= --with-system-libevent
+CONFIGURE_ARGS+= --with-system-libevent=${BUILDLINK_PREFIX.libevent}
CONFIGURE_ARGS+= --enable-system-sqlite
CONFIGURE_ARGS+= --disable-crashreporter
CONFIGURE_ARGS+= --disable-libnotify