diff options
author | sbd <sbd> | 2012-02-09 21:44:27 +0000 |
---|---|---|
committer | sbd <sbd> | 2012-02-09 21:44:27 +0000 |
commit | 9cbb889f32fbcb4f513c9f14f695e6527aa1319f (patch) | |
tree | ea6bf7bb7b2a44a352ded66667e93a4ec2057102 /audio/amarok-kde3/Makefile | |
parent | ab832bbd96bf3ab69bbf70066b8d0ff79d2feb91 (diff) | |
download | pkgsrc-9cbb889f32fbcb4f513c9f14f695e6527aa1319f.tar.gz |
Add SET_LIBDIR=yes
Diffstat (limited to 'audio/amarok-kde3/Makefile')
-rw-r--r-- | audio/amarok-kde3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/amarok-kde3/Makefile b/audio/amarok-kde3/Makefile index 5ffd408b34b..0419300449e 100644 --- a/audio/amarok-kde3/Makefile +++ b/audio/amarok-kde3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/02/06 12:39:18 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2012/02/09 21:44:27 sbd Exp $ DISTNAME= amarok-${VERSION} VERSION= 1.4.10 @@ -16,6 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake pkg-config msgfmt unzip:run USE_LANGUAGES= c c++ GNU_CONFIGURE= yes +SET_LIBDIR= yes USE_LIBTOOL= yes RUBY_VERSION_SUPPORTED= 18 |