Index: head/print/frescobaldi/Makefile =================================================================== --- head/print/frescobaldi/Makefile +++ head/print/frescobaldi/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= frescobaldi -PORTVERSION= 2.20.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +DISTVERSION= 2.20.0 +PORTREVISION= 2 CATEGORIES= print kde MAINTAINER= martin.dieringer@gmx.de @@ -16,17 +16,24 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4 \ ${PYTHON_PKGNAMEPREFIX}python-ly>=0:print/py-python-ly -OPTIONS_DEFINE= LILYPOND -LILYPOND_DESC= Use unstable LilyPond (lilypond-devel) -LILYPOND_RUN_DEPENDS= lilypond:print/lilypond-devel -LILYPOND_RUN_DEPENDS_OFF= lilypond:print/lilypond - +USES= gettext kde:4 python:-3.4 desktop-file-utils USE_GITHUB= yes GH_ACCOUNT= wbsoft - -USES= gettext kde:4 python -INSTALLS_ICONS= yes USE_KDE= kdelibs pykde4_build pykde4_run USE_PYTHON= distutils autoplist + +INSTALLS_ICONS= yes +NO_ARCH= yes + +OPTIONS_DEFINE= LILYPOND + +LILYPOND_DESC= Use unstable LilyPond (lilypond-devel) + +LILYPOND_RUN_DEPENDS= lilypond:print/lilypond-devel +LILYPOND_RUN_DEPENDS_OFF= lilypond:print/lilypond + +post-patch: + @${REINPLACE_CMD} -e 's|'share/man/man1'|'man/man1'|' \ + ${WRKSRC}/setup.py .include