diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-07 11:03:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-07 11:03:24 +0000 |
commit | 4753e69c6af983be359004df777a6efe7bfe1167 (patch) | |
tree | a93583648746746d162b1d9467b0b77abc5ae773 /multimedia | |
parent | 851be502d2c8b1c02060baee8a53accc940447cc (diff) | |
download | pkgsrc-4753e69c6af983be359004df777a6efe7bfe1167.tar.gz |
Fix installation after xvidcore update. Noted by veego.
Bump PKGREVISION.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/transcode/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index f955dc4554f..6872139215d 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2005/12/11 09:40:46 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2006/01/07 11:03:24 wiz Exp $ DISTNAME= transcode-0.6.12 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= multimedia MASTER_SITES= http://dl.fkb.wormulon.net/transcode/ \ http://dl.kel.wormulon.net/transcode/ @@ -37,7 +37,7 @@ post-patch: .if ${MACHINE_ARCH} == "i386" post-install: - ${LN} -sf ../libxvidcore.so.4.0 ${PREFIX}/lib/transcode/libxvidcore.so.4 + ${LN} -sf ../libxvidcore.so.4.[0-9]* ${PREFIX}/lib/transcode/libxvidcore.so.4 .endif .include "../../archivers/liblzo/buildlink3.mk" |