diff options
Diffstat (limited to 'multimedia')
-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> |