diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-04 09:31:57 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-04 09:31:57 +0000 |
commit | e79fcabdd4836b3cd36fa3fcc21621a1dbb0eef7 (patch) | |
tree | a9360e922fe1b5ff1313d8320ecf2f6a50354740 /audio/kid3 | |
parent | 1f174ed59b64d47ea233e3fafb4216bd5c8d552f (diff) | |
download | pkgsrc-e79fcabdd4836b3cd36fa3fcc21621a1dbb0eef7.tar.gz |
Add SET_LIBDIR=yes
Diffstat (limited to 'audio/kid3')
-rw-r--r-- | audio/kid3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/kid3/Makefile b/audio/kid3/Makefile index 0d3ecee37fd..2c08c4c52c6 100644 --- a/audio/kid3/Makefile +++ b/audio/kid3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/01/13 10:54:45 obache Exp $ +# $NetBSD: Makefile,v 1.26 2012/02/04 09:31:57 sbd Exp $ # DISTNAME= kid3-1.6 @@ -13,6 +13,7 @@ COMMENT= ID3 tagger for KDE 3 PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes +SET_LIBDIR= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ USE_TOOLS+= msgfmt |