diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-02 07:16:05 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-02 07:16:05 +0000 |
commit | f9d985eff0976a40423de1c2ddf209ecbebcf836 (patch) | |
tree | 416c82486bcb40d30245b0af04cd2f8b29004be7 /misc/cuecat | |
parent | b7b942756dd38b3c66b7855e628d2442de5f1199 (diff) | |
download | ports-f9d985eff0976a40423de1c2ddf209ecbebcf836.tar.gz ports-f9d985eff0976a40423de1c2ddf209ecbebcf836.zip |
Notes
Diffstat (limited to 'misc/cuecat')
-rw-r--r-- | misc/cuecat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/cuecat/Makefile b/misc/cuecat/Makefile index abc3e2d45406..5e8feaa50aab 100644 --- a/misc/cuecat/Makefile +++ b/misc/cuecat/Makefile @@ -7,7 +7,7 @@ PORTNAME= cuecat PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc python MASTER_SITES= http://www.mired.org/downloads/ @@ -16,7 +16,7 @@ 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 \ - ${PYTHON_SITELIBDIR}/Pmw/__init__.py:${PORTSDIR}/x11-toolkits/pmw + ${PYTHON_SITELIBDIR}/Pmw/__init__.py:${PORTSDIR}/x11-toolkits/py-Pmw .endif NO_BUILD= yes |