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/libdvdnav | |
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/libdvdnav')
-rw-r--r-- | multimedia/libdvdnav/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libdvdnav/Makefile b/multimedia/libdvdnav/Makefile index 8835f705b23d..b7f00c96767c 100644 --- a/multimedia/libdvdnav/Makefile +++ b/multimedia/libdvdnav/Makefile @@ -7,7 +7,7 @@ PORTNAME= libdvdnav PORTVERSION= 0.1.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dvd @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= dvd MAINTAINER= nobutaka@FreeBSD.org COMMENT= The library for the xine-dvdnav plugin -LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread +LIB_DEPENDS= dvdread.5:${PORTSDIR}/multimedia/libdvdread CONFIGURE_ENV= THREAD_CFLAGS="${PTHREAD_CFLAGS}" \ THREAD_LIBS="${PTHREAD_LIBS}" |