Include buildlink3 files of fontconfig and freetype2 so that configure
always detects them. Bump PKGREVISION.
This commit is contained in:
parent
e5505e77ba
commit
57ee461c3a
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.20 2005/08/27 06:59:52 dogcow Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2005/10/20 03:47:37 minskim Exp $
|
||||
|
||||
PKGNAME= mplayer-${MPLAYER_PKG_VERSION}
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
|
||||
COMMENT= Software-only MPEG-1/2/4 video decoder
|
||||
|
||||
|
@ -12,6 +12,9 @@ CONFIGURE_ARGS+= --confdir=${PREFIX}/share/mplayer
|
|||
|
||||
INSTALLATION_DIRS+= bin
|
||||
|
||||
.include "../../fonts/fontconfig/buildlink3.mk"
|
||||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mplayer ${PREFIX}/bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue