aboutsummaryrefslogtreecommitdiff
path: root/lang/tolua++
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-02 21:07:38 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-02 21:07:38 +0000
commit3c55e4d248b0c9c82fc6b8fef67ee27e9b7b6462 (patch)
tree732359190811881f44d79f66c4fab7f2e4c435f5 /lang/tolua++
parent2f0486b64721a1072cdd1b8d2840d6539b2247d2 (diff)
downloadports-3c55e4d248b0c9c82fc6b8fef67ee27e9b7b6462.tar.gz
ports-3c55e4d248b0c9c82fc6b8fef67ee27e9b7b6462.zip
- Drop 8.x-related conditions for my ports
Notes
Notes: svn path=/head/; revision=393445
Diffstat (limited to 'lang/tolua++')
-rw-r--r--lang/tolua++/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/tolua++/Makefile b/lang/tolua++/Makefile
index b16afe0ffa45..e0df72a457ec 100644
--- a/lang/tolua++/Makefile
+++ b/lang/tolua++/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= http://www.codenix.com/~tolua/ \
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Extended version of tolua, a tool to integrate C/C++ code with Lua
+BROKEN_sparc64= Does not install on sparc64
+
USES= scons lua:51 tar:bzip2
MAKE_ARGS= prefix=${PREFIX} SONAME="libtolua++-${LUA_VER}.so"
@@ -21,12 +23,6 @@ TGT_BINDIR= ${PREFIX}/bin
TGT_INCDIR= ${LUA_INCDIR:C/^${LOCALBASE}/${PREFIX}/}
TGT_LIBDIR= ${LUA_LIBDIR:C/^${LOCALBASE}/${PREFIX}/}
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000
-BROKEN= Does not install on sparc64-9
-.endif
-
post-patch:
@${REINPLACE_CMD} -e "s|'lualib',||; s|lua|lua-${LUA_VER}|g" ${WRKSRC}/config_posix.py