diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-03-26 13:57:01 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-03-26 13:57:01 +0000 |
commit | aca8d2267e01d901ee68cebe94c5ec3239ff65c7 (patch) | |
tree | 434902c7e38e7edb1d4beb0c2159a1d04872f0b5 /multimedia/libxine/Makefile | |
parent | 8e6bf61c38e358f4915bf26e5150cf3f5800f7fe (diff) | |
download | ports-aca8d2267e01d901ee68cebe94c5ec3239ff65c7.tar.gz ports-aca8d2267e01d901ee68cebe94c5ec3239ff65c7.zip |
Depend on multimedia/libdvdread (and multimedia/libdvdcss indirectly)
to surely support encrypted DVDs.
Pointed out by: eivind
Notes
Notes:
svn path=/head/; revision=77483
Diffstat (limited to 'multimedia/libxine/Makefile')
-rw-r--r-- | multimedia/libxine/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index b2056d6f9fe0..1faa67b2e666 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -7,6 +7,7 @@ PORTNAME= xine PORTVERSION= 1.0.b9 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,7 +26,8 @@ LIB_DEPENDS= a52.0:${PORTSDIR}/audio/liba52 \ SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ vorbis.2:${PORTSDIR}/audio/libvorbis \ ogg.4:${PORTSDIR}/audio/libogg \ - mng.1:${PORTSDIR}/graphics/libmng + mng.1:${PORTSDIR}/graphics/libmng \ + dvdread.3:${PORTSDIR}/multimedia/libdvdread USE_X_PREFIX= yes GNU_CONFIGURE= yes @@ -35,7 +37,7 @@ USE_GNOME= gnomehack USE_GMAKE= yes USE_MESA= yes USE_REINPLACE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/dvdread -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ SDL_CONFIG="${LOCALBASE}/bin/sdl11-config" \ THREAD_CFLAGS="${PTHREAD_CFLAGS}" \ |