diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-28 06:09:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-28 06:09:21 +0800 |
commit | 71f0df182ed626ff1a7f3b0c9526b7fb1233ceb3 (patch) | |
tree | 8a3037bfdc33415df00b91bf1e1768a0bf1dd496 /www | |
parent | 9560ceb72c39d2e46d3aac35e6e4a9bf465478d0 (diff) | |
download | freebsd-ports-gnome-71f0df182ed626ff1a7f3b0c9526b7fb1233ceb3.tar.gz freebsd-ports-gnome-71f0df182ed626ff1a7f3b0c9526b7fb1233ceb3.tar.zst freebsd-ports-gnome-71f0df182ed626ff1a7f3b0c9526b7fb1233ceb3.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} |