Needs desktopdb.mk. Fix some other pkglint. PKGREVISION -> 17.
This commit is contained in:
parent
b6b67313bb
commit
db64fd0d91
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.38 2012/04/27 12:31:33 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.39 2012/05/06 19:38:04 dholland Exp $
|
||||
|
||||
DISTNAME= bmpx-0.40.14
|
||||
PKGREVISION= 16
|
||||
PKGREVISION= 17
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://files.backtrace.info/releases/0.40/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -18,12 +18,13 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config zip
|
|||
USE_LIBTOOL= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
# the following is a fix for nonsense in the configure script
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/cdparanoia
|
||||
CPPFLAGS+= -I${BUILDLINK_PREFIX.cdparanoia}/include/cdparanoia
|
||||
|
||||
CHECK_WRKREF_SKIP= bin/beep-media-player-2
|
||||
CHECK_WRKREF_SKIP+= bin/bmp2
|
||||
CHECK_WRKREF_SKIP+= libexec/beep-media-player-2-bin
|
||||
|
||||
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||
.include "../../audio/cdparanoia/buildlink3.mk"
|
||||
.include "../../audio/libofa/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.taglib+= taglib>=1.4
|
||||
|
|
Loading…
Reference in a new issue