diff options
author | dougb <dougb@FreeBSD.org> | 2012-07-19 18:40:23 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-07-19 18:40:23 +0800 |
commit | 0fdebe9e94f85b040a55ec633d1982db738f6f0a (patch) | |
tree | b17b1c25223629153c1175f45d5d5ec073b04095 /x11 | |
parent | 7a0136b6fd9a8fc90c1c46cc934c4b212eef49dd (diff) | |
download | freebsd-ports-gnome-0fdebe9e94f85b040a55ec633d1982db738f6f0a.tar.gz freebsd-ports-gnome-0fdebe9e94f85b040a55ec633d1982db738f6f0a.tar.zst freebsd-ports-gnome-0fdebe9e94f85b040a55ec633d1982db738f6f0a.zip |
tintwizard.py requires pygtk2
PR: ports/169989
Submitted by: Yanhui Shen <shen.elf@gmail.com>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/tint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/tint/Makefile b/x11/tint/Makefile index 78d88bb258d8..43e159931522 100644 --- a/x11/tint/Makefile +++ b/x11/tint/Makefile @@ -41,7 +41,7 @@ PORTDOCS= AUTHORS ChangeLog README .if !defined(WITHOUT_PYCONF) USE_PYTHON= yes -USE_GNOME= gtk20 +USE_GNOME= gtk20 pygtk2 CMAKE_ARGS+= -DENABLE_TINT2CONF:BOOL=ON PLIST_FILES+= bin/tint2conf bin/tintwizard.py \ share/applications/tint2conf.desktop \ |