diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-12 21:42:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-12 21:42:08 +0000 |
commit | e81a825e5c009e66da09b4749338da770048594f (patch) | |
tree | 04f8a7b0b959cd16f0a8e7789572ba559fd0228d /multimedia/libdvdread | |
parent | 309bd3ec7529b7e8eb0d49faaf6c46361c17791e (diff) | |
download | ports-e81a825e5c009e66da09b4749338da770048594f.tar.gz ports-e81a825e5c009e66da09b4749338da770048594f.zip |
Notes
Diffstat (limited to 'multimedia/libdvdread')
-rw-r--r-- | multimedia/libdvdread/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/libdvdread/Makefile b/multimedia/libdvdread/Makefile index aa603e59db76..71053c467983 100644 --- a/multimedia/libdvdread/Makefile +++ b/multimedia/libdvdread/Makefile @@ -7,14 +7,16 @@ PORTNAME= libdvdread PORTVERSION= 0.9.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ MAINTAINER= rnoland@2hip.net COMMENT= This is needed by ogle, which is a DVD player that supports DVD menus +.if !defined(PACKAGE_BUILDING) LIB_DEPENDS= dvdcss.${DVDCSS_LIBVERSION}:${PORTSDIR}/multimedia/libdvdcss +.endif USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes |