diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-11 18:14:18 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-11 18:14:18 +0000 |
commit | 6236e5fa5b6fd2f20998d85d1f5d84ddf03a7e78 (patch) | |
tree | 073ffb9a87f756e0e81e3b09c76a07e6fd3d5c5c /print/scribus | |
parent | - Update to 6.1.6.4 (diff) |
Fix build
PR: ports/74950
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=123729
Diffstat (limited to 'print/scribus')
-rw-r--r-- | print/scribus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 0fdc93465212..588bfea60b5d 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -21,8 +21,6 @@ MASTER_SITE_SUBDIR= apps/office MAINTAINER= ports@FreeBSD.org COMMENT= A comprehensive desktop publishing program -BROKEN= "Broken pkg-plist" - LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \ tiff.4:${PORTSDIR}/graphics/tiff \ cups.2:${PORTSDIR}/print/cups-base \ @@ -52,6 +50,8 @@ pre-everything:: post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g; \ - s|-O2||g' ${WRKSRC}/configure + s|-O2||g ; \ + s|2\.3|${PYTHON_VERSION:S/^python//}|g ; \ + s|python2_3|${PYTHON_VERSION:S/./_/}|g' ${WRKSRC}/configure .include <bsd.port.mk> |