diff options
author | mat <mat@FreeBSD.org> | 2014-12-01 22:36:41 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-12-01 22:36:41 +0800 |
commit | 0815704adb74ce8f187d313b82f8797ff430fb83 (patch) | |
tree | 45341ba1d01c0c40d9890fe0428f341ce8dbb724 /archivers | |
parent | 956b9c0799bd1bc5c436fe788b3daadc6e41d853 (diff) | |
download | freebsd-ports-gnome-0815704adb74ce8f187d313b82f8797ff430fb83.tar.gz freebsd-ports-gnome-0815704adb74ce8f187d313b82f8797ff430fb83.tar.zst freebsd-ports-gnome-0815704adb74ce8f187d313b82f8797ff430fb83.zip |
Fix build when linking with libperl.so.
With hat: portmgr, perl
Sponsored by: Absolight
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Compress-Raw-Lzma/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/archivers/p5-Compress-Raw-Lzma/Makefile b/archivers/p5-Compress-Raw-Lzma/Makefile index f228f13fcd2a..864e1eed6440 100644 --- a/archivers/p5-Compress-Raw-Lzma/Makefile +++ b/archivers/p5-Compress-Raw-Lzma/Makefile @@ -26,9 +26,4 @@ LZMA_DEPEND?= sys LIB_DEPENDS+= liblzma.so.1:${PORTSDIR}/archivers/lzmalib .endif -post-configure: -.if ${LZMA_DEPEND} == "sys" - @${REINPLACE_CMD} -e "/^LDDLFLAGS/ s|${LOCALBASE}/lib|${LIBDIR}|" ${WRKSRC}/Makefile -.endif - .include <bsd.port.mk> |