diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-10-15 14:43:45 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-10-15 14:43:45 +0000 |
commit | 7baf3e6af6f3f5573c1aaf5d218ab2283a49c88f (patch) | |
tree | 9ac25e22ee8e1263d73008a6def7760aeefd3a19 | |
parent | 66d26208e2340703ff6ee96f0c88ed8147744783 (diff) | |
download | freebsd-ports-7baf3e6af6f3f5573c1aaf5d218ab2283a49c88f.zip |
USE_GNOME -> USE_GTK. Change this until defining WITHOUT_GNOME actually
works.
Inspired by: Hours of cursing at the ports tree.
-rw-r--r-- | net-im/ayttm/Makefile | 2 | ||||
-rw-r--r-- | net/ayttm/Makefile | 2 | ||||
-rw-r--r-- | net/everybuddy/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile index 9277130cfde5..0afd56b2101c 100644 --- a/net-im/ayttm/Makefile +++ b/net-im/ayttm/Makefile @@ -16,7 +16,7 @@ MAINTAINER= jim@FreeBSD.org USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GTK= yes GNU_CONFIGURE= yes MAN1= everybuddy.1 diff --git a/net/ayttm/Makefile b/net/ayttm/Makefile index 9277130cfde5..0afd56b2101c 100644 --- a/net/ayttm/Makefile +++ b/net/ayttm/Makefile @@ -16,7 +16,7 @@ MAINTAINER= jim@FreeBSD.org USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GTK= yes GNU_CONFIGURE= yes MAN1= everybuddy.1 diff --git a/net/everybuddy/Makefile b/net/everybuddy/Makefile index 9277130cfde5..0afd56b2101c 100644 --- a/net/everybuddy/Makefile +++ b/net/everybuddy/Makefile @@ -16,7 +16,7 @@ MAINTAINER= jim@FreeBSD.org USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GTK= yes GNU_CONFIGURE= yes MAN1= everybuddy.1 |