diff options
-rw-r--r-- | audio/albumplayer/Makefile | 3 | ||||
-rw-r--r-- | audio/mp3splt-gtk/Makefile | 17 | ||||
-rw-r--r-- | math/extcalc/Makefile | 3 |
3 files changed, 10 insertions, 13 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 diff --git a/math/extcalc/Makefile b/math/extcalc/Makefile index 41c61937e1c..dd82c89297c 100644 --- a/math/extcalc/Makefile +++ b/math/extcalc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2013/02/16 11:23:03 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2013/04/06 03:54:38 rodent Exp $ # DISTNAME= extcalc-0.9.3-1 @@ -12,7 +12,6 @@ HOMEPAGE= http://extcalc-linux.sourceforge.net/ COMMENT= Scientific graphic calculator USE_LANGUAGES= c c++ -USE_DIRS+= xdg-1.1 USE_CMAKE= yes LDFLAGS+= -lGL # direct link required by ld v2.22 |