diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-03 16:31:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-03 16:31:15 +0000 |
commit | 829a6b36ad9004e4fe7bbbe357b379422fa89103 (patch) | |
tree | 0124684d2e40ebee6d5b2986f23833826e22fab3 | |
parent | 2cce37e88debf2c62923eb4dee3f39b743dd600b (diff) | |
download | ports-829a6b36ad9004e4fe7bbbe357b379422fa89103.tar.gz ports-829a6b36ad9004e4fe7bbbe357b379422fa89103.zip |
Notes
-rw-r--r-- | print/py-reportlab/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 1900c0f661a0..318f55060f0d 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -43,10 +43,6 @@ FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 .include <bsd.port.options.mk> -.if ${ARCH} == "sparc64" -BROKEN= Does not install on sparc64 -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%DISTDIR%%|${DISTDIR}|' \ -e 's|%%PFBFER%%|${PFBFER}|' \ |