diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-09-06 14:02:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-09-06 14:02:41 +0000 |
commit | 23478f276172b9caa49fa8d1808f564adceac768 (patch) | |
tree | b323cd4ed0393eae27fa3bf1ca95ebfdb488468b /print/frescobaldi/Makefile | |
parent | e0f0857cafaec3fc48636d28828a34212f62760f (diff) | |
download | ports-23478f276172b9caa49fa8d1808f564adceac768.tar.gz ports-23478f276172b9caa49fa8d1808f564adceac768.zip |
Notes
Diffstat (limited to 'print/frescobaldi/Makefile')
-rw-r--r-- | print/frescobaldi/Makefile | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/print/frescobaldi/Makefile b/print/frescobaldi/Makefile index 81ae01fbc0a6..21fb2b0e469e 100644 --- a/print/frescobaldi/Makefile +++ b/print/frescobaldi/Makefile @@ -6,24 +6,20 @@ # PORTNAME= frescobaldi -PORTVERSION= 1.2.0 -PORTREVISION= 3 -CATEGORIES= print -MASTER_SITES= http://lilykde.googlecode.com/files/ +PORTVERSION= 2.0.7 +CATEGORIES= print kde +MASTER_SITES= http://cloud.github.com/downloads/wbsoft/frescobaldi/ MAINTAINER= martin.dieringer@gmx.de COMMENT= A music score editor for lilypond -RUN_DEPENDS= lilypond:${PORTSDIR}/print/lilypond +RUN_DEPENDS= lilypond:${PORTSDIR}/print/lilypond \ + ${PYTHON_SITELIBDIR}/popplerqt4.so:${PORTSDIR}/graphics/py-poppler-qt4 USE_GETTEXT= yes INSTALLS_ICONS= yes -USE_KDE4= baseapps kdeprefix kdelibs pykde4_build pykde4_run -USE_CMAKE= yes -USE_GMAKE= yes +USE_KDE4= kdeprefix kdelibs pykde4_build pykde4_run USE_PYTHON= 2.6+ - -do-install: - @cd ${WRKSRC} && ${GMAKE} install +USE_PYDISTUTILS=yes .include <bsd.port.mk> |