diff options
author | obache <obache@pkgsrc.org> | 2014-01-27 06:56:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-27 06:56:42 +0000 |
commit | c9f680d446f5d1f7440dea37e256f265b95d8575 (patch) | |
tree | 90146d22055dd909957c95ffe930c41e8e3115db /audio/bmp-crossfade/Makefile | |
parent | 918ebaa8217bcc5cb8292021ef76f3a906dd3736 (diff) | |
download | pkgsrc-c9f680d446f5d1f7440dea37e256f265b95d8575.tar.gz |
Use GNU_CONFIGURE_LIBSUBDIR instead of manually specify --libdir.
Diffstat (limited to 'audio/bmp-crossfade/Makefile')
-rw-r--r-- | audio/bmp-crossfade/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/bmp-crossfade/Makefile b/audio/bmp-crossfade/Makefile index 0eef4016d27..0408ebd7a8e 100644 --- a/audio/bmp-crossfade/Makefile +++ b/audio/bmp-crossfade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/10/10 14:41:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2014/01/27 06:56:42 obache Exp $ # PKGNAME= bmp-crossfade-0.3.11 @@ -25,7 +25,7 @@ MAKE_ENV+= OSS_DEFS=${OSS_DEFS:Q} .include "../../mk/oss.buildlink3.mk" CONFIGURE_ARGS+= --enable-player=bmp -CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/bmp/Output +GNU_CONFIGURE_LIBSUBDIR= bmp/Output .if ${OSS_TYPE} == "none" CONFIGURE_ARGS+= --disable-oss |