aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2013-03-03 06:32:48 +0800
committerlwhsu <lwhsu@FreeBSD.org>2013-03-03 06:32:48 +0800
commit5421797ae6616faade53ae8d4f272d1f900b6fab (patch)
tree189a0a82202d8273b3544d953ccfd229c1eb7faf /misc
parent224a7fe880cb070c2e8577c99a8e06dc806416ff (diff)
downloadfreebsd-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 'misc')
-rw-r--r--misc/cuecat/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/misc/cuecat/Makefile b/misc/cuecat/Makefile
index 27d700541e53..9a4822075a61 100644
--- a/misc/cuecat/Makefile
+++ b/misc/cuecat/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: cuecat
-# Date created: 18 October 2000
-# Whom: mwm@mired.org
-#
+# Created by: mwm@mired.org
# $FreeBSD$
-#
PORTNAME= cuecat
PORTVERSION= 1.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= misc python
MASTER_SITES= http://www.mired.org/downloads/
@@ -15,7 +11,7 @@ MAINTAINER= mwm@mired.org
COMMENT= Tools for decoding and using the output of a :Cue:Cat(TM) wand scanner
.if !defined(WITHOUT_X11)
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
${PYTHON_SITELIBDIR}/Pmw/__init__.py:${PORTSDIR}/x11-toolkits/py-Pmw
.endif