diff options
Diffstat (limited to 'www/elinks/Makefile')
-rw-r--r-- | www/elinks/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index f7c6541ffae..2449e86c150 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2006/12/23 10:18:39 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2007/06/21 15:52:15 jlam Exp $ DISTNAME= elinks-0.11.2 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ EXTRACT_SUFX= .tar.bz2 @@ -13,9 +14,9 @@ GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake +CONFIGURE_ARGS+= --datadir=${PREFIX}/share/${PKGBASE} CONFIGURE_ARGS+= --without-x CONFIGURE_ARGS+= --enable-256-colors -CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} .include "options.mk" |