diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2013-03-03 06:32:48 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2013-03-03 06:32:48 +0800 |
commit | 5421797ae6616faade53ae8d4f272d1f900b6fab (patch) | |
tree | 189a0a82202d8273b3544d953ccfd229c1eb7faf /print/scribus-devel | |
parent | 224a7fe880cb070c2e8577c99a8e06dc806416ff (diff) | |
download | freebsd-ports-gnome-5421797ae6616faade53ae8d4f272d1f900b6fab.tar.gz freebsd-ports-gnome-5421797ae6616faade53ae8d4f272d1f900b6fab.tar.zst freebsd-ports-gnome-5421797ae6616faade53ae8d4f272d1f900b6fab.zip |
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
Diffstat (limited to 'print/scribus-devel')
-rw-r--r-- | print/scribus-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index cc87b13fa03d..07643c75e8bd 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print editors MASTER_SITES= http://download.tuxfamily.org/bartcoding/FreeBSD/ \ ${MASTER_SITE_LOCAL} @@ -26,7 +26,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ execinfo:${PORTSDIR}/devel/libexecinfo \ poppler:${PORTSDIR}/graphics/poppler \ osg:${PORTSDIR}/graphics/osg -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \ update-mime-database:${PORTSDIR}/misc/shared-mime-info |