diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-11-14 20:54:41 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-11-14 20:54:41 +0800 |
commit | a48f8bdf227603001e4bffbaa18eb0f2b4d7bd2e (patch) | |
tree | 82da5b69a7ba645c6c8ce76f4053ca40920e9b6b /multimedia | |
parent | 5dce9ed410ba0ee52b4a9223acc51c404a0a3c2c (diff) | |
download | freebsd-ports-gnome-a48f8bdf227603001e4bffbaa18eb0f2b4d7bd2e.tar.gz freebsd-ports-gnome-a48f8bdf227603001e4bffbaa18eb0f2b4d7bd2e.tar.zst freebsd-ports-gnome-a48f8bdf227603001e4bffbaa18eb0f2b4d7bd2e.zip |
Track libnotify update
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vlc-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 135633066a91..cab81aeccfb8 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -10,7 +10,7 @@ PORTNAME= vlc DISTVERSION= 0.9.0.20061020 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://nightlies.videolan.org/build/source/ # http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ @@ -23,7 +23,7 @@ DISTNAME= ${PORTNAME}-snapshot-${DISTVERSION:S/0.9.0.//} MAINTAINER= multimedia@FreeBSD.org COMMENT= Multimedia streaming server and player for various audio/video formats -LIB_DEPENDS= notify.2:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera OPTIONS+= A52 "a52 audio support, many DVDs use this" On |