diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-22 14:55:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-22 14:55:52 +0000 |
commit | 4673909019aa3347715eee70d64dc46558d2242c (patch) | |
tree | 1a9f3e64eed858541304f5c50d991da175d9100e /net | |
parent | eaf23cfe51a35a4467860a035bc487b9d5700d12 (diff) | |
download | pkgsrc-4673909019aa3347715eee70d64dc46558d2242c.tar.gz |
Use gmake for building.
For some inexplicable reason, directory changes take effect for multiple
lines with BSD make on 6.99.3/amd64.
Diffstat (limited to 'net')
-rw-r--r-- | net/liblive/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/liblive/Makefile b/net/liblive/Makefile index cb60dc6da24..e0f0a9b601c 100644 --- a/net/liblive/Makefile +++ b/net/liblive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/02/21 12:38:58 drochner Exp $ +# $NetBSD: Makefile,v 1.19 2012/02/22 14:55:52 wiz Exp $ # DISTNAME= live.2012.02.04 @@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/live USE_LANGUAGES= c c++ +USE_TOOLS+= gmake USE_LIBTOOL= YES INSTALLATION_DIRS= bin lib |