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/mp3splt-gtk | |
parent | b0587df2a10b357c169487fb11c3dc71ee23ae86 (diff) | |
download | pkgsrc-5bd2d8210978b5560a9217bbe6334e31cb758917.tar.gz |
"Definition of USE_DIRS is deprecated. You can just remove it."
Diffstat (limited to 'audio/mp3splt-gtk')
-rw-r--r-- | audio/mp3splt-gtk/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
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 |