aboutsummaryrefslogtreecommitdiff
path: root/multimedia/okle
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-06 17:57:02 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-06 17:57:02 +0000
commitab511a02417bb19dd6b85b18b3d1fa5e96703439 (patch)
tree181777c4c780ef012c9bf9c74d8b07a2d33229a3 /multimedia/okle
parentdc42a1272f3cedec10378e2a6cd97c50d98c0e0a (diff)
downloadports-ab511a02417bb19dd6b85b18b3d1fa5e96703439.tar.gz
ports-ab511a02417bb19dd6b85b18b3d1fa5e96703439.zip
Notes
Diffstat (limited to 'multimedia/okle')
-rw-r--r--multimedia/okle/Makefile6
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>