From 6964b4b6a1cad5bd949b229ce617e56be03828f6 Mon Sep 17 00:00:00 2001 From: steven Date: Tue, 7 Aug 2007 15:18:22 +0000 Subject: [PATCH] add missing dependency on the nspr libraries. ok pval --- x11/vlc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11/vlc/Makefile b/x11/vlc/Makefile index 09e2f1c321c..c9343783bec 100644 --- a/x11/vlc/Makefile +++ b/x11/vlc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.55 2007/06/29 21:33:08 martynas Exp $ +# $OpenBSD: Makefile,v 1.56 2007/08/07 15:18:22 steven Exp $ SHARED_ONLY= Yes @@ -6,7 +6,7 @@ COMMENT= "videolan client; multimedia player" V= 0.8.6c DISTNAME= vlc-${V} -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= x11 MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${V}/ @@ -24,6 +24,7 @@ USE_X11= Yes MODULES= devel/gettext LIB_DEPENDS= SDL_image.>=1.3::devel/sdl-image \ + nspr4,plc4,plds4::devel/nspr \ png.>=4.1::graphics/png \ id3tag.>=3.0::audio/libid3tag \ mad.>=2.1::audio/libmad \