diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 14:22:39 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 14:22:39 +0000 |
commit | 08ea36c67425b0aa8b3eb4ff0cb507e2156b1183 (patch) | |
tree | 4bfdd83313bd09d5803ecdf047d1e8b2c484cab0 /audio/xmms-mad | |
parent | 793236d9b1c719a192d6f9e2daf8cd70891954e6 (diff) | |
download | pkgsrc-08ea36c67425b0aa8b3eb4ff0cb507e2156b1183.tar.gz |
"Packages that install libtool libraries should define USE_LIBTOOL."
Diffstat (limited to 'audio/xmms-mad')
-rw-r--r-- | audio/xmms-mad/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/audio/xmms-mad/Makefile b/audio/xmms-mad/Makefile index c12cd17b8e5..7d7f64e6038 100644 --- a/audio/xmms-mad/Makefile +++ b/audio/xmms-mad/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.29 2012/10/02 23:48:15 asau Exp $ +# $NetBSD: Makefile,v 1.30 2013/04/06 14:22:39 rodent Exp $ # -DISTNAME= xmms-mad-0.5.7 -PKGREVISION= 3 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmms-mad/} +DISTNAME= xmms-mad-0.5.7 +PKGREVISION= 3 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmms-mad/} -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://sourceforge.net/projects/xmms-mad/ -COMMENT= Input plugin for XMMS that uses libmad +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://sourceforge.net/projects/xmms-mad/ +COMMENT= Input plugin for XMMS that uses libmad -GNU_CONFIGURE= YES -USE_TOOLS+= pkg-config +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config CPPFLAGS.NetBSD+= -DHAVE_NANOSLEEP=1 |