diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-06 17:57:02 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-06 17:57:02 +0000 |
commit | ab511a02417bb19dd6b85b18b3d1fa5e96703439 (patch) | |
tree | 181777c4c780ef012c9bf9c74d8b07a2d33229a3 /multimedia/okle | |
parent | dc42a1272f3cedec10378e2a6cd97c50d98c0e0a (diff) |
o Chase ogle libdvdcontrol library bump in version 0.8.5
o Quick fix to handle a library function change
o Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=64112
Diffstat (limited to 'multimedia/okle')
-rw-r--r-- | multimedia/okle/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/okle/Makefile b/multimedia/okle/Makefile index 0e1916bdedfc..774d86d563f8 100644 --- a/multimedia/okle/Makefile +++ b/multimedia/okle/Makefile @@ -7,12 +7,13 @@ PORTNAME= okle PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= http://okle.sourceforge.net/ MAINTAINER= lioux@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.7:${PORTSDIR}/graphics/ogle \ +BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.8:${PORTSDIR}/graphics/ogle \ autoconf:${PORTSDIR}/devel/autoconf RUN_DEPENDS= ogle:${PORTSDIR}/graphics/ogle @@ -67,5 +68,8 @@ post-patch: # do not use version names @${REINPLACE_CMD} -E -e 's|^(PACKAGE[[:space:]]+=).+$$|\1${PORTNAME}|' \ ${WRKSRC}/po/Makefile.in +# patch to handle ogle 0.8.5 + @${REINPLACE_CMD} -e 's|DVDGetPTTsForTitle|DVDGetNumberOfPTTs|' \ + ${WRKSRC}/src/okle_win.cpp .include <bsd.port.post.mk> |