diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-02 22:32:48 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-02 22:32:48 +0000 |
commit | ddb097c515164665524ac44bdad0a760e6d7e9cc (patch) | |
tree | 189a0a82202d8273b3544d953ccfd229c1eb7faf /misc/cuecat | |
parent | 2a1a40c8bffa56d60449805274bebe889eb98fc8 (diff) |
Notes
Diffstat (limited to 'misc/cuecat')
-rw-r--r-- | misc/cuecat/Makefile | 10 |
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 |