diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-01-10 00:13:06 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-01-10 00:13:06 +0000 |
commit | 817b1001d75cc2a69a5661f1bc728cbc117b5d93 (patch) | |
tree | e506b32ff1f6cd7c5bb9508048c0ab831a5eb807 /deskutils/superkaramba-lwp/Makefile | |
parent | caae21d7ff6ee1cf9f75430f4fe923fae4512741 (diff) | |
download | FreeBSD-ports-817b1001d75cc2a69a5661f1bc728cbc117b5d93.zip FreeBSD-ports-817b1001d75cc2a69a5661f1bc728cbc117b5d93.tar.gz |
Update deskutils/superkaramba-lwp to version 14.1.
PR: ports/107659
Submitted by: Jason E. Hale (maintainer)
Diffstat (limited to 'deskutils/superkaramba-lwp/Makefile')
-rw-r--r-- | deskutils/superkaramba-lwp/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/deskutils/superkaramba-lwp/Makefile b/deskutils/superkaramba-lwp/Makefile index 3210a32..cc87bf2 100644 --- a/deskutils/superkaramba-lwp/Makefile +++ b/deskutils/superkaramba-lwp/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= lwp -PORTVERSION= 13.5.1 +PORTVERSION= 14.1 CATEGORIES= deskutils kde MASTER_SITES= http://www.message.co.nz/~matt-sarah/ \ http://mirror1.liquidweather.net/ \ @@ -21,8 +21,11 @@ EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ superkaramba:${PORTSDIR}/misc/kdeutils3 \ + ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab \ pyuic:${PORTSDIR}/x11-toolkits/py-qt +USE_PYTHON= yes + WRKSRC= ${WRKDIR}/${DISTNAME} EXTRACT_CMD= ${UNZIP_CMD} @@ -38,7 +41,7 @@ PLIST_SUB= LWPVER=${DISTFILES} post-extract: @cd ${WRKSRC} && ${RM} -f *~ locale/*/LC_MESSAGES/*.po* @cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|' \ - mkfile.py test_gui.py + mkfile.py test_gui.py test_pdf.py pre-install: @cd ${WRKSRC} && zip -qr ${DISTFILES} * |