diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-03-06 04:45:49 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-03-06 04:45:49 +0000 |
commit | efc993b4dd2ae2757f0a9a9b0e7e321bcd3beb3d (patch) | |
tree | db00ed5796004b9c51fdc8b04a57e1d922f0640f /multimedia/vlc | |
parent | 4ffec4deab1b9720dd1e8f0c91554860b3be4322 (diff) | |
download | ports-efc993b4dd2ae2757f0a9a9b0e7e321bcd3beb3d.tar.gz ports-efc993b4dd2ae2757f0a9a9b0e7e321bcd3beb3d.zip |
Notes
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 99a5dd41df9b..622d7a16ecfa 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://www.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ MAINTAINER= brian@FreeBSD.org LIB_DEPENDS= dvdcss.2:${PORTSDIR}/multimedia/libdvdcss \ - dvdread.2:${PORTSDIR}/multimedia/libdvdread + dvdread.3:${PORTSDIR}/multimedia/libdvdread GNU_CONFIGURE= yes CONFIGURE_ENV= PATH_GTKCONFIG="${GTK_CONFIG}" |