diff options
author | ben <ben> | 2004-12-01 15:08:35 +0000 |
---|---|---|
committer | ben <ben> | 2004-12-01 15:08:35 +0000 |
commit | 72fbc1e5ecddf583ed8350a3fde572e1fba26ec7 (patch) | |
tree | 7ff125edc0865cc862c75c62f916b835f417640d /multimedia/vlc/Makefile | |
parent | 530df0e68c8a3a7911501e4a987f07b6569f6f2f (diff) | |
download | pkgsrc-72fbc1e5ecddf583ed8350a3fde572e1fba26ec7.tar.gz |
Correct PLIST to match powerpc-specific install.
Diffstat (limited to 'multimedia/vlc/Makefile')
-rw-r--r-- | multimedia/vlc/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 085897cc356..8292251c17f 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/10/03 00:13:03 tv Exp $ +# $NetBSD: Makefile,v 1.14 2004/12/01 15:08:35 ben Exp $ # DISTNAME= vlc-${VLC_VER} @@ -22,12 +22,17 @@ VLC_VER= 0.7.2 .include "../../mk/bsd.prefs.mk" +PLIST_SRC= ${PKGDIR}/PLIST +.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" +PLIST_SRC+= ${PKGDIR}/PLIST.${MACHINE_ARCH} +.endif + .if ${OPSYS} == "NetBSD" CONFIGURE_ARGS+= --disable-vcd CONFIGURE_ARGS+= --disable-skins2 .endif BUILDLINK_DEPENDS.vcdimager+= vcdimager>=0.7.20nb1 -BUILDLINK_DEPENDS.ffmpeg+= ffmpeg>=0.4.8nb1 # Postprocess fix +BUILDLINK_DEPENDS.ffmpeg+= ffmpeg>=0.4.8nb1 # Postprocess fix CONFIGURE_ARGS+= --disable-speex # needs unstable 1.1.x branch |