diff options
author | koitsu <koitsu@FreeBSD.org> | 2007-04-05 14:03:23 +0800 |
---|---|---|
committer | koitsu <koitsu@FreeBSD.org> | 2007-04-05 14:03:23 +0800 |
commit | b1c0d29a2e7cf55e06bd33b7dfce08d4cb7f2d66 (patch) | |
tree | bb79dbed3bd00056d38938404ae5481fbc293a1c /multimedia/lsdvd | |
parent | 968df6a6de5487b567e39a0590af77b556f2a4d0 (diff) | |
download | freebsd-ports-gnome-b1c0d29a2e7cf55e06bd33b7dfce08d4cb7f2d66.tar.gz freebsd-ports-gnome-b1c0d29a2e7cf55e06bd33b7dfce08d4cb7f2d66.tar.zst freebsd-ports-gnome-b1c0d29a2e7cf55e06bd33b7dfce08d4cb7f2d66.zip |
* libdvdread - PORTREVISION increment
* libdvdread - add patch for including <stdlib.h> in dvdread/ifo_types.h
* Others - LIB_DEPENDS changes (require libdvdread.so.5)
* Others - PORTREVISION increment for those dependent on libdvdread
Approved by: philip
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 a0b393553012..8bbfef8d21fb 100644 --- a/multimedia/lsdvd/Makefile +++ b/multimedia/lsdvd/Makefile @@ -7,7 +7,7 @@ PORTNAME= lsdvd PORTVERSION= 0.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= acidrip @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= acidrip MAINTAINER= pav@FreeBSD.org COMMENT= Print information about the contents and structure of a DVD -LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread +LIB_DEPENDS= dvdread.5:${PORTSDIR}/multimedia/libdvdread GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" |