diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-01-25 02:14:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-01-25 02:14:41 +0000 |
commit | c9466797c9bb4c8b0cc52df47aa9ece110074a97 (patch) | |
tree | c1c4ff787eaac24ccde3ecec816b43f1056fc0b6 /games/gretools | |
parent | - Fix RUN_DEPENDS for tmpwatch (diff) |
To be complete, this needs pygnome2, not pygtk2.
Submitted by: bento via kris
Diffstat (limited to 'games/gretools')
-rw-r--r-- | games/gretools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gretools/Makefile b/games/gretools/Makefile index 70ceb061431e..8cff5a1e3f58 100644 --- a/games/gretools/Makefile +++ b/games/gretools/Makefile @@ -15,7 +15,7 @@ COMMENT= GTK2 vocabulary builder USE_X_PREFIX= yes USE_PYTHON= yes -USE_GNOME= gnomehack gnometarget gnomeprefix pygtk2 +USE_GNOME= gnomehack gnometarget gnomeprefix pygnome2 GNU_CONFIGURE= yes USE_REINPLACE= yes |