diff options
author | kevlo <kevlo@FreeBSD.org> | 2011-03-07 17:23:20 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2011-03-07 17:23:20 +0800 |
commit | a5d9f4e89cafffc43cedc45d007af44784725cc4 (patch) | |
tree | a548a07a7f003a3520fcef1baa711255471c8dad /deskutils | |
parent | 3f12eedf212587626582a94d47888b353ab2f958 (diff) | |
download | freebsd-ports-graphics-a5d9f4e89cafffc43cedc45d007af44784725cc4.tar.gz freebsd-ports-graphics-a5d9f4e89cafffc43cedc45d007af44784725cc4.tar.zst freebsd-ports-graphics-a5d9f4e89cafffc43cedc45d007af44784725cc4.zip |
Add WX_COMPS=python:lib; pointed out by pav
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/taskcoach/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/taskcoach/Makefile b/deskutils/taskcoach/Makefile index 823319ba4a1..cec806e7b99 100644 --- a/deskutils/taskcoach/Makefile +++ b/deskutils/taskcoach/Makefile @@ -7,6 +7,7 @@ PORTNAME= taskcoach PORTVERSION= 1.2.10 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Release-${PORTVERSION} DISTNAME= TaskCoach-${PORTVERSION} @@ -22,7 +23,7 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_EGGINFO=${DISTNAME}-py${PYTHON_VER}.egg-info USE_WX= 2.8 -WX_COMPS= python +WX_COMPS= python:lib WX_UNICODE= yes post-install: |