diff options
-rw-r--r-- | print/py-reportlab/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index a3b0871eda0d..028d28c779a8 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -29,6 +29,7 @@ EXAMPLEDIR= ${PREFIX}/share/examples/reportlab post-patch: ${MV} ${WRKSRC}/lib/setup.py ${WRKDIR} + ${PERL} -pi -e "s/freebsd4/freebsd4','freebsd5/g" ${WRKDIR}/setup.py do-build: @(cd ${WRKDIR}; \ |