diff options
-rw-r--r-- | japanese/tomoe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/tomoe/Makefile b/japanese/tomoe/Makefile index 2bfa2f9ecadc..e03282f6b3e0 100644 --- a/japanese/tomoe/Makefile +++ b/japanese/tomoe/Makefile @@ -7,7 +7,7 @@ PORTNAME= tomoe PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=tomoe @@ -73,6 +73,7 @@ PLIST_SUB+= PYTHON="@comment " .else USE_PYTHON= yes .include "${PORTSDIR}/Mk/bsd.python.mk" +USE_GNOME+= pygtk2 PLIST_SUB+= PYTHON="" .endif |