diff options
Diffstat (limited to 'multimedia/vlc/Makefile')
-rw-r--r-- | multimedia/vlc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index a2efdfd207e..c542bdc3ca5 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.70 2008/12/19 23:28:40 jmcneill Exp $ +# $NetBSD: Makefile,v 1.71 2009/01/28 12:28:25 jmcneill Exp $ # DISTNAME= vlc-${VLC_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${VLC_VERSION}/ EXTRACT_SUFX= .tar.bz2 @@ -95,7 +95,8 @@ pre-install: # Let's use dejavu-ttf as it has nice unicode support # ORIGFNT= /usr/share/fonts/truetype/freefont/FreeSerifBold.ttf -DEFAULT_FONT?= ${X11BASE}/lib/X11/fonts/TTF/DejaVuSans.ttf +DEFAULT_FONT?= ${LOCALBASE}/lib/X11/fonts/TTF/DejaVuSans.ttf +DEPENDS+= dejavu-fonts-ttf>=2.26:../../fonts/dejavu-ttf SUBST_CLASSES+= oss SUBST_STAGE.oss= post-patch |