diff options
author | gblach <gblach@FreeBSD.org> | 2013-10-28 03:40:18 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-10-28 03:40:18 +0800 |
commit | 0c924a213b392fc2ab45309e9be8a02e2770fcff (patch) | |
tree | 5a08b090d7cf3a3c7d4e9c378e3f17f4db13f405 /multimedia/mpv/Makefile | |
parent | 75bbf4ce8177859a3c222673f6fcff987e4d1fe9 (diff) | |
download | freebsd-ports-gnome-0c924a213b392fc2ab45309e9be8a02e2770fcff.tar.gz freebsd-ports-gnome-0c924a213b392fc2ab45309e9be8a02e2770fcff.tar.zst freebsd-ports-gnome-0c924a213b392fc2ab45309e9be8a02e2770fcff.zip |
- Fix linking against lua
Diffstat (limited to 'multimedia/mpv/Makefile')
-rw-r--r-- | multimedia/mpv/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index cf986b30ccd7..c11432463db6 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -3,6 +3,7 @@ PORTNAME= mpv PORTVERSION= 0.2.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio @@ -166,9 +167,6 @@ post-patch: '/CFLAGS.*-D_LARGEFILE64_SOURCE/ s/-D_LARGEFILE64_SOURCE/-D_FILE_OFFSET_BITS=64/' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .endif - @${REINPLACE_CMD} \ - -e 's|-lncurses|/usr/lib/libncurses.so|' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${FIND} ${WRKSRC}/DOCS/man -name '*.rst' | ${XARGS} ${REINPLACE_CMD} \ -e 's|/usr/local|${PREFIX}|g' |