diff options
author | adamw <adamw@FreeBSD.org> | 2004-01-25 10:14:41 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-01-25 10:14:41 +0800 |
commit | d81305913cf4817f50a07506a7fa305a4c65a175 (patch) | |
tree | 5ee3ce405ce183612fc005d4b72547fa449e01a1 /games/gretools | |
parent | a3440f4f5db765f937bf5b8428fcaa1942315af7 (diff) | |
download | freebsd-ports-gnome-d81305913cf4817f50a07506a7fa305a4c65a175.tar.gz freebsd-ports-gnome-d81305913cf4817f50a07506a7fa305a4c65a175.tar.zst freebsd-ports-gnome-d81305913cf4817f50a07506a7fa305a4c65a175.zip |
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 |