aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libdvdread
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-12-12 21:42:08 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-12-12 21:42:08 +0000
commite81a825e5c009e66da09b4749338da770048594f (patch)
tree04f8a7b0b959cd16f0a8e7789572ba559fd0228d /multimedia/libdvdread
parent309bd3ec7529b7e8eb0d49faaf6c46361c17791e (diff)
Do not depend on libdvdcss when building packages as libdvdcss is restricted.
This port can still use libdvdcss if found by way of dlopen, so this is not a functionality loss per se. However, it will allow gnome2 and kde3 to be packaged. Approved by: portmgr (implicit and linimon)
Notes
Notes: svn path=/head/; revision=203397
Diffstat (limited to 'multimedia/libdvdread')
-rw-r--r--multimedia/libdvdread/Makefile4
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