diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-07-30 14:53:58 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-07-30 14:53:58 +0000 |
commit | 128c1afc4db23b598f1d1329cc5029dcd5cffb46 (patch) | |
tree | 1902597642850cc577f92b4ec900af87e80a592f /www/elinks/Makefile | |
parent | 4e9142821ca4da016cbea422c5980286610b3f9b (diff) | |
download | ports-128c1afc4db23b598f1d1329cc5029dcd5cffb46.tar.gz ports-128c1afc4db23b598f1d1329cc5029dcd5cffb46.zip |
Notes
Diffstat (limited to 'www/elinks/Makefile')
-rw-r--r-- | www/elinks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 7d4978c36d5e..e683ef767af4 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -7,7 +7,7 @@ PORTNAME= elinks PORTVERSION= 0.11.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ \ http://keyserver.kjsl.com/~jharris/distfiles/ @@ -79,6 +79,7 @@ USE_LUA= 5.0 CONFIGURE_ARGS+= --with-lua CPPFLAGS+= -I${LUA_INCDIR} LDFLAGS+= -L${LUA_LIBDIR} +CONFIGURE_ENV+= "CPPFLAGS=${CPPFLAGS}" .else CONFIGURE_ARGS+= --without-lua .endif |