Skip to content

Commit

Permalink
disable spidermonkey, otherwise the build picks it up.
Browse files Browse the repository at this point in the history
ok maintainer James Prevatt
  • Loading branch information
Steven Mestdagh committed Nov 4, 2006
1 parent 0db0bba commit 7f38968
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions www/elinks/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.6 2006/10/21 17:56:48 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2006/11/04 00:51:17 steven Exp $

COMMENT= "full-featured text WWW browser"
DISTNAME= elinks-0.11.1
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
EXTRACT_SUFX= .tar.bz2
CATEGORIES= www
MASTER_SITES= http://elinks.cz/download/
Expand All @@ -21,6 +21,7 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= CFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib
CONFIGURE_ARGS+= --with-bzlib \
--without-spidermonkey \
--disable-xbel \
--enable-gopher \
--with-libiconv=${LOCALBASE}
Expand Down

0 comments on commit 7f38968

Please sign in to comment.