summaryrefslogtreecommitdiff
path: root/audio/cddb-bundle
diff options
context:
space:
mode:
authorrillig <rillig>2006-09-22 06:33:30 +0000
committerrillig <rillig>2006-09-22 06:33:30 +0000
commitda98450fe8b68597f875b521c80d34bab0280799 (patch)
tree5dfd8ed4ab718135090df6197be718763d3fdf85 /audio/cddb-bundle
parent1150bd945f5d66e7072eb374bd903a0be4580de0 (diff)
downloadpkgsrc-da98450fe8b68597f875b521c80d34bab0280799.tar.gz
Needs GNUmakefile.
Diffstat (limited to 'audio/cddb-bundle')
-rw-r--r--audio/cddb-bundle/Makefile8
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"