Tue Jul 13 17:48:20 2010 UTC ()
Bump PKGREVISION for png update, from Robert Elz.


(wiz)
diff -r1.46 -r1.47 pkgsrc/multimedia/mencoder/Makefile

cvs diff -r1.46 -r1.47 pkgsrc/multimedia/mencoder/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/mencoder/Makefile 2010/01/24 13:26:11 1.46
+++ pkgsrc/multimedia/mencoder/Makefile 2010/07/13 17:48:20 1.47
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.46 2010/01/24 13:26:11 wiz Exp $ 1# $NetBSD: Makefile,v 1.47 2010/07/13 17:48:20 wiz Exp $
2 2
3PKGNAME= mencoder-${MPLAYER_VERSION} 3PKGNAME= mencoder-${MPLAYER_VERSION}
4PKGREVISION= 1 4PKGREVISION= 2
5 5
6COMMENT= Simple movie encoder for MPlayer-playable movies 6COMMENT= Simple movie encoder for MPlayer-playable movies
7 7
8PKG_DESTDIR_SUPPORT= user-destdir 8PKG_DESTDIR_SUPPORT= user-destdir
9 9
10.include "../../multimedia/mplayer-share/Makefile.common" 10.include "../../multimedia/mplayer-share/Makefile.common"
11 11
12.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" 12.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
13BUILD_DEPENDS+= yasm-[0-9]*:../../devel/yasm 13BUILD_DEPENDS+= yasm-[0-9]*:../../devel/yasm
14.endif 14.endif
15 15
16CONFIGURE_ARGS+= --confdir=${PREFIX}/share/mplayer 16CONFIGURE_ARGS+= --confdir=${PREFIX}/share/mplayer
17 17