pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer Include buildlink3 files of fontcon...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fc94599ff4e
branches:  trunk
changeset: 501287:8fc94599ff4e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Oct 20 03:47:37 2005 +0000

description:
Include buildlink3 files of fontconfig and freetype2 so that configure
always detects them.

Bump PKGREVISION.

diffstat:

 multimedia/mplayer/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 8390f9b85f44 -r 8fc94599ff4e multimedia/mplayer/Makefile
--- a/multimedia/mplayer/Makefile       Thu Oct 20 01:45:33 2005 +0000
+++ b/multimedia/mplayer/Makefile       Thu Oct 20 03:47:37 2005 +0000
@@ -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 @@
 
 INSTALLATION_DIRS+=    bin
 
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/mplayer ${PREFIX}/bin
 



Home | Main Index | Thread Index | Old Index