diff options
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> |