aboutsummaryrefslogtreecommitdiff
path: root/editors/fxite
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 15:28:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 15:28:28 +0000
commite836ab008ac38916a93472f2840e03e2e8470ef5 (patch)
tree1485083919fd5b153bf056ea17ac895ea758a8a9 /editors/fxite
parent35d8b48dff5490ff5d7232109c287da637b58811 (diff)
downloadports-e836ab008ac38916a93472f2840e03e2e8470ef5.tar.gz
ports-e836ab008ac38916a93472f2840e03e2e8470ef5.zip
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=355360
Diffstat (limited to 'editors/fxite')
-rw-r--r--editors/fxite/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/fxite/Makefile b/editors/fxite/Makefile
index 47108f9f789d..af4e1024b0f1 100644
--- a/editors/fxite/Makefile
+++ b/editors/fxite/Makefile
@@ -3,6 +3,7 @@
PORTNAME= fxite
PORTVERSION= 0.92
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= gahr@FreeBSD.org
@@ -21,12 +22,11 @@ GH_ACCOUNT= yetanothergeek
GH_TAGNAME= FXITE-0_91
GH_COMMIT= c2ecac3
-USES= gmake pkgconfig
-USE_LUA= yes
+USES= gmake pkgconfig lua:51 desktop-file-utils
USE_AUTOTOOLS= aclocal autoconf automake
ACLOCAL_ARGS= --force -I m4
AUTOMAKE_ARGS= --gnu --add-missing --copy
-CXXFLAGS+= -fPIC
+CXXFLAGS+= -fPIC -Wno-invalid-source-encoding -Wno-format
LDFLAGS+= -L${LOCALBASE}/lib -lintl
CONFIGURE_ARGS+=--with-system-lua \
--with-lua-pkg=lua-${LUA_VER}