diff options
author | obache <obache@pkgsrc.org> | 2014-01-27 08:10:24 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-27 08:10:24 +0000 |
commit | d3355c141535e06907f4479a55d7a37596fd6c65 (patch) | |
tree | 15f3533299eefe0b2fcf734a3c3c8b7e990b059f /devel/lua-posix | |
parent | 82a817562675efb9f9504524f96a54cfe8c5e70a (diff) | |
download | pkgsrc-d3355c141535e06907f4479a55d7a37596fd6c65.tar.gz |
FETCH_USING should not be defined in packages' Makefile.
Diffstat (limited to 'devel/lua-posix')
-rw-r--r-- | devel/lua-posix/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/lua-posix/Makefile b/devel/lua-posix/Makefile index a1d8e941936..df87adbf7f2 100644 --- a/devel/lua-posix/Makefile +++ b/devel/lua-posix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/09/17 16:23:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2014/01/27 08:10:24 obache Exp $ # DISTNAME= luaposix-release-v31 @@ -11,8 +11,6 @@ HOMEPAGE= https://github.com/luaposix/luaposix COMMENT= POSIX library (including curses) for lua LICENSE= mit -FETCH_USING= curl - GNU_CONFIGURE= yes USE_TOOLS+= perl:build USE_LIBTOOL= yes |