summaryrefslogtreecommitdiff
path: root/devel/lua-posix
diff options
context:
space:
mode:
authorfhajny <fhajny>2015-02-09 07:20:10 +0000
committerfhajny <fhajny>2015-02-09 07:20:10 +0000
commite428f8dd370c05343eba6127963b0b1a1a9957d0 (patch)
treeb367fcdf9b9f620ed8dc565f1300d241ffd29677 /devel/lua-posix
parent5fd1f46bedfad36e0d36cdd63832bd403b0aeea9 (diff)
downloadpkgsrc-e428f8dd370c05343eba6127963b0b1a1a9957d0.tar.gz
Requires C99
Diffstat (limited to 'devel/lua-posix')
-rw-r--r--devel/lua-posix/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/lua-posix/Makefile b/devel/lua-posix/Makefile
index 22d9c07da46..07a5f9c4dfd 100644
--- a/devel/lua-posix/Makefile
+++ b/devel/lua-posix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2014/10/19 22:27:45 alnsn Exp $
+# $NetBSD: Makefile,v 1.10 2015/02/09 07:20:10 fhajny Exp $
DISTNAME= luaposix-release-v31
PKGNAME= ${DISTNAME:S/lua/${LUA_PKGPREFIX}-/:S/release-v//}
@@ -12,6 +12,7 @@ COMMENT= POSIX library (including curses) for lua
LICENSE= mit
GNU_CONFIGURE= yes
+USE_LANGUAGES= c c99
USE_TOOLS+= perl:build
USE_LIBTOOL= yes