diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 03:54:38 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 03:54:38 +0000 |
commit | 5bd2d8210978b5560a9217bbe6334e31cb758917 (patch) | |
tree | 6f04c9ccc838230a2d6aaa790fcef4e43733a669 /audio/albumplayer | |
parent | b0587df2a10b357c169487fb11c3dc71ee23ae86 (diff) | |
download | pkgsrc-5bd2d8210978b5560a9217bbe6334e31cb758917.tar.gz |
"Definition of USE_DIRS is deprecated. You can just remove it."
Diffstat (limited to 'audio/albumplayer')
-rw-r--r-- | audio/albumplayer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/albumplayer/Makefile b/audio/albumplayer/Makefile index c1f1e61bee7..07d38c6a5cf 100644 --- a/audio/albumplayer/Makefile +++ b/audio/albumplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/02/16 11:20:01 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2013/04/06 03:54:38 rodent Exp $ # DISTNAME= albumplayer-0.3.1 @@ -16,7 +16,6 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config -USE_DIRS+= xdg-1.1 INSTALLATION_DIRS+= share/applications REPLACE_SH= ap_flac_embed |