aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-08-03 05:07:38 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-08-03 05:07:38 +0800
commitb462861253938e44966b2be139f68338f3b7ee40 (patch)
tree732359190811881f44d79f66c4fab7f2e4c435f5 /lang
parent8e06482685b64ce8d458dbb06943d4e18ee837cd (diff)
downloadfreebsd-ports-gnome-b462861253938e44966b2be139f68338f3b7ee40.tar.gz
freebsd-ports-gnome-b462861253938e44966b2be139f68338f3b7ee40.tar.zst
freebsd-ports-gnome-b462861253938e44966b2be139f68338f3b7ee40.zip
- Drop 8.x-related conditions for my ports
Diffstat (limited to 'lang')
-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