diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 23:59:21 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 23:59:21 +0000 |
commit | 9efb4103ffdb52a0b57c9b93a7ee42502aefea85 (patch) | |
tree | 011efb64c2dff0007fc4e44276be4eb732e9d256 /audio/amarok | |
parent | 296135276176fad1ca3e511d648d13a4eefed912 (diff) | |
download | pkgsrc-9efb4103ffdb52a0b57c9b93a7ee42502aefea85.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'audio/amarok')
-rw-r--r-- | audio/amarok/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index f371af209d1..0a01e5e848d 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.110 2012/09/07 19:16:05 adam Exp $ +# $NetBSD: Makefile,v 1.111 2012/09/11 23:59:24 asau Exp $ # DISTNAME= amarok-${VERS} @@ -16,8 +16,6 @@ LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.2 AND gnu-lgpl-v2.1 BUILD_DEPENDS+= automoc4>=0.9.83:../../devel/automoc4 DEPENDS+= moodbar-[0-9]*:../../audio/moodbar -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ USE_TOOLS+= msgfmt pkg-config perl:run |