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 | 319cd466b37e9ee8dcc0a483c4d67345b87cbe90 (patch) | |
tree | 6f04c9ccc838230a2d6aaa790fcef4e43733a669 /audio | |
parent | e33aa74b6eba4d1b9c2011e1f22ed0dc47442294 (diff) | |
download | pkgsrc-319cd466b37e9ee8dcc0a483c4d67345b87cbe90.tar.gz |
"Definition of USE_DIRS is deprecated. You can just remove it."
Diffstat (limited to 'audio')
-rw-r--r-- | audio/albumplayer/Makefile | 3 | ||||
-rw-r--r-- | audio/mp3splt-gtk/Makefile | 17 |
2 files changed, 9 insertions, 11 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 diff --git a/audio/mp3splt-gtk/Makefile b/audio/mp3splt-gtk/Makefile index 9ff4f111050..02d4c369e2d 100644 --- a/audio/mp3splt-gtk/Makefile +++ b/audio/mp3splt-gtk/Makefile @@ -1,19 +1,18 @@ -# $NetBSD: Makefile,v 1.19 2013/02/16 11:20:15 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2013/04/06 03:54:38 rodent Exp $ # -DISTNAME= mp3splt-gtk-0.7 -PKGREVISION= 13 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/} +DISTNAME= mp3splt-gtk-0.7 +PKGREVISION= 13 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/} -MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= http://mp3splt.sourceforge.net/ -COMMENT= Utility to split MP3 (VBR supported) and OGG files +MAINTAINER= schmonz@NetBSD.org +HOMEPAGE= http://mp3splt.sourceforge.net/ +COMMENT= Utility to split MP3 (VBR supported) and OGG files USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= pkg-config msgfmt gmake -USE_DIRS+= xdg-1.1 LIBS.SunOS+= -lnsl |