diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2021-01-14 06:28:26 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2021-01-14 06:28:26 +0000 |
commit | 5680ac4e68e89409874f3024ad6d017a10398c06 (patch) | |
tree | b14147ce4839886c789bf1563afe34840c309a05 /multimedia/xine/Makefile | |
parent | f53a1320a6b55f0dad00018a6b13f8ec67df1e3e (diff) |
multimedia/xine, multimedia/vdr-plugin-xineliboutput: unbreak after r561322
multimedia/libxine update introduces new versioned dir for xine plugins, force rebuild
Pointyhat to: tcberner
Reported by: poudriere failure
Notes
Notes:
svn path=/head/; revision=561535
Diffstat (limited to 'multimedia/xine/Makefile')
-rw-r--r-- | multimedia/xine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile index 34763acc7cfd..460b25cc8fce 100644 --- a/multimedia/xine/Makefile +++ b/multimedia/xine/Makefile @@ -2,7 +2,7 @@ PORTNAME= xine PORTVERSION= 0.99.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION} DISTNAME= ${PORTNAME}-ui-${PORTVERSION} @@ -54,7 +54,7 @@ WIN32_CODECS_RUN_DEPENDS=\ XFT_USE= XORG=xft XFT_CONFIGURE_ENABLE= xft -XINE_PLUGINSDIR= lib/xine/plugins/2.7 +XINE_PLUGINSDIR= lib/xine/plugins/2.9 post-patch: @${REINPLACE_CMD} -e \ |