diff options
author | martymac <martymac@FreeBSD.org> | 2014-05-13 18:17:04 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2014-05-13 18:17:04 +0800 |
commit | d002037183797754ce8a225d6e4975123074e7dd (patch) | |
tree | f0b75aa64206a61c448cac7b4520bcbdc0d73fae /multimedia/lsdvd | |
parent | d96ef6e8f53f3490d58836fbd42867e2151551d7 (diff) | |
download | freebsd-ports-gnome-d002037183797754ce8a225d6e4975123074e7dd.tar.gz freebsd-ports-gnome-d002037183797754ce8a225d6e4975123074e7dd.tar.zst freebsd-ports-gnome-d002037183797754ce8a225d6e4975123074e7dd.zip |
- Update multimedia/libdvdread to 4.9.9
- Bump dependent ports' PORTREVISIONS and update LIB_DEPENDS [1]
- multimedia/libdvdnav: remove dependency to (now removed) dvdread-config
- sysutils/vstrip: remove useless dependency to multimedia/libdvdread
Approved by: portmgr (implicit) [1]
Diffstat (limited to 'multimedia/lsdvd')
-rw-r--r-- | multimedia/lsdvd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/lsdvd/Makefile b/multimedia/lsdvd/Makefile index 9e05f11f061e..0208fcdb861a 100644 --- a/multimedia/lsdvd/Makefile +++ b/multimedia/lsdvd/Makefile @@ -3,14 +3,14 @@ PORTNAME= lsdvd PORTVERSION= 0.16 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20-%20I%20hate%20James%20Blunt MAINTAINER= ports@FreeBSD.org COMMENT= Print information about the contents and structure of a DVD -LIB_DEPENDS= dvdread.4:${PORTSDIR}/multimedia/libdvdread +LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |