Index: head/graphics/uniconvw/Makefile =================================================================== --- head/graphics/uniconvw/Makefile (revision 387473) +++ head/graphics/uniconvw/Makefile (revision 387474) @@ -1,26 +1,26 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= uniconvw PORTVERSION= 1.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= GOOGLE_CODE \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Gtk+ frontend for UniConvertor RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sk1libs/__init__.py:${PORTSDIR}/graphics/sk1libs \ ${PYTHON_SITELIBDIR}/uniconvertor/__init__.py:${PORTSDIR}/graphics/uniconvertor \ ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 PROJECTHOST= uniconvertor -USES= python +USES= desktop-file-utils python USE_PYTHON= distutils post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/setup.py .include