diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-26 06:34:18 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-26 06:34:18 +0000 |
commit | f53b9cdd600e51ea749d9bc9d6dce0704480c2bf (patch) | |
tree | d9f60629d485b12a4b71d0ed6d4d60839b0e2e95 /audio/akode | |
parent | 7c53d3fc671b4ba059e3e77a370819186e6655a9 (diff) | |
download | pkgsrc-f53b9cdd600e51ea749d9bc9d6dce0704480c2bf.tar.gz |
Use SET_LIBDIR with packages that want to use to lib64
Diffstat (limited to 'audio/akode')
-rw-r--r-- | audio/akode/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/akode/Makefile.common b/audio/akode/Makefile.common index 0c98ffe82de..c6d314f5bce 100644 --- a/audio/akode/Makefile.common +++ b/audio/akode/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2011/02/28 14:52:39 wiz Exp $ +# $NetBSD: Makefile.common,v 1.3 2012/01/26 06:34:18 sbd Exp $ # # used by audio/akode/Makefile # used by audio/akode-plugins-alsa/Makefile @@ -24,6 +24,7 @@ HOMEPAGE= http://carewolf.com/akode/ WRKSRC= ${WRKDIR}/akode-${AKODE_VERSION} GNU_CONFIGURE= yes +SET_LIBDIR= yes USE_TOOLS+= gmake pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= yes |