diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-27 22:09:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-27 22:09:21 +0000 |
commit | 1ed68cef4efda34793d1f387365afa5dc5577929 (patch) | |
tree | 8a3037bfdc33415df00b91bf1e1768a0bf1dd496 /www | |
parent | 67a2325df4feb1ea2b557d04b84b19822ecac423 (diff) | |
download | freebsd-ports-1ed68cef4efda34793d1f387365afa5dc5577929.zip |
Do not overwrite USES
Diffstat (limited to 'www')
-rw-r--r-- | www/elinks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 06b76bfdecac..e695d05d1d7f 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --without-guile .endif .if ${PORT_OPTIONS:MLUA} -USES= lua:51 +USES+= lua:51 CONFIGURE_ARGS+= --with-lua CPPFLAGS+= -I${LUA_INCDIR} LDFLAGS+= -L${LUA_LIBDIR} |