diff options
author | adamw <adamw@FreeBSD.org> | 2003-04-21 08:06:57 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-04-21 08:06:57 +0800 |
commit | 7674dc699919a5050980dbb5686f87d0f835e2d5 (patch) | |
tree | ccd6ebba0987750417c3950c30f72de78f1a480b | |
parent | 3f3af0439042965725f6a4705cd570a6121caf36 (diff) | |
download | freebsd-ports-gnome-7674dc699919a5050980dbb5686f87d0f835e2d5.tar.gz freebsd-ports-gnome-7674dc699919a5050980dbb5686f87d0f835e2d5.tar.zst freebsd-ports-gnome-7674dc699919a5050980dbb5686f87d0f835e2d5.zip |
atspi implies atk.
Submitted by: marcus
-rw-r--r-- | accessibility/gok/Makefile | 2 | ||||
-rw-r--r-- | sysutils/gok/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile index 50dfaf2d7425..fbf40e38300a 100644 --- a/accessibility/gok/Makefile +++ b/accessibility/gok/Makefile @@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME On-Screen Keyboard (GOK) USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui atspi libwnck atk +USE_GNOME= gnomehack gnomeprefix libgnomeui atspi libwnck USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/sysutils/gok/Makefile b/sysutils/gok/Makefile index 50dfaf2d7425..fbf40e38300a 100644 --- a/sysutils/gok/Makefile +++ b/sysutils/gok/Makefile @@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME On-Screen Keyboard (GOK) USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui atspi libwnck atk +USE_GNOME= gnomehack gnomeprefix libgnomeui atspi libwnck USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes |