diff options
author | drochner <drochner@pkgsrc.org> | 2008-04-28 14:32:11 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-04-28 14:32:11 +0000 |
commit | 2153d2a2e453d7c830c3ded38f0408cfaee2af73 (patch) | |
tree | d241b9df2fdc147d09e0aa052002898d0e69929f /multimedia | |
parent | 9d3b9e3e3be8b726da5267061360f26d9e787c21 (diff) | |
download | pkgsrc-2153d2a2e453d7c830c3ded38f0408cfaee2af73.tar.gz |
Remove inclusion of freetype2, this is already done
in mplayer-share/Makefile.depends. Now we are where we were some
PKGREVISIONs ago. If you think there is a problem to fix, please
tell details.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplayer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index a1dfbea6f58..e08259b838d 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2008/04/27 15:22:10 tron Exp $ +# $NetBSD: Makefile,v 1.58 2008/04/28 14:32:11 drochner Exp $ PKGNAME= mplayer-${MPLAYER_PKG_VERSION} PKGREVISION= 6 @@ -24,7 +24,6 @@ INSTALLATION_DIRS+= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mplayer ${DESTDIR}${PREFIX}/bin -.include "../../graphics/freetype2/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../x11/libXinerama/buildlink3.mk" |