diff options
author | ade <ade@FreeBSD.org> | 2003-06-29 05:55:28 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2003-06-29 05:55:28 +0800 |
commit | f50b801962aab2ad33ad5ef5858229d37bc3b334 (patch) | |
tree | 823cdf267d34b902c6f0f94abd046474bb4670eb /multimedia | |
parent | 4529021355649fc9b4ff59801f0fc9794192c353 (diff) | |
download | freebsd-ports-gnome-f50b801962aab2ad33ad5ef5858229d37bc3b334.tar.gz freebsd-ports-gnome-f50b801962aab2ad33ad5ef5858229d37bc3b334.tar.zst freebsd-ports-gnome-f50b801962aab2ad33ad5ef5858229d37bc3b334.zip |
Fix for libtool new world order
Reported by: Dorian Büttner <Dorian.Buettner@gmx.de>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mjpegtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mjpegtools/Makefile b/multimedia/mjpegtools/Makefile index e5d6608ba332..0a4e9829d42a 100644 --- a/multimedia/mjpegtools/Makefile +++ b/multimedia/mjpegtools/Makefile @@ -179,7 +179,7 @@ post-patch: ${WRKSRC}/lavtools/Makefile.in post-configure: - @${CP} -f ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC} + @${CP} -f ${LIBTOOL} ${WRKSRC} pre-build: .ifdef(WITH_QUICKTIME) |