diff options
author | rillig <rillig@pkgsrc.org> | 2006-09-22 06:33:30 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-09-22 06:33:30 +0000 |
commit | 84c790724c666a547150dcb92b7dea47283315c0 (patch) | |
tree | 5dfd8ed4ab718135090df6197be718763d3fdf85 /audio | |
parent | b9fd9316c569a57c1d7d550c8a66225aa273a5a2 (diff) | |
download | pkgsrc-84c790724c666a547150dcb92b7dea47283315c0.tar.gz |
Needs GNUmakefile.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cddb-bundle/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/cddb-bundle/Makefile b/audio/cddb-bundle/Makefile index ac48ebea7eb..64405773d9f 100644 --- a/audio/cddb-bundle/Makefile +++ b/audio/cddb-bundle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/07/22 05:10:54 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2006/09/22 06:33:30 rillig Exp $ # DISTNAME= cddb.bundle-0.2 @@ -11,11 +11,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gsburn.sourceforge.net/ COMMENT= CDDB client bundle -USE_LANGUAGES= objc - -WRKSRC= ${WRKDIR}/${DISTNAME:C/-[^-]*$//} +WRKSRC= ${WRKDIR}/cddb.bundle NO_CONFIGURE= yes +USE_LANGUAGES= objc MAKE_ENV+= ADDITIONAL_CPPFLAGS="-Wno-import" +MAKE_FILE= GNUmakefile .include "../../devel/gnustep-base/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |