diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 05:25:22 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 05:25:22 +0000 |
commit | d3ed8a1b495ab187a1e07aff4ac2d889a3ea351b (patch) | |
tree | 3983baab3ebf80e7c9ebb6a5801d28c87e9610fb /x11-toolkits | |
parent | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (diff) |
Set {WANT,USE}_GNOME correctly to make these ports compatible with the new
bsd.port.mk.
Submitted by: kris
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk24/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk/Makefile b/x11-toolkits/wxgtk/Makefile index 6793ac48bd1e..c062f34c572a 100644 --- a/x11-toolkits/wxgtk/Makefile +++ b/x11-toolkits/wxgtk/Makefile @@ -46,6 +46,8 @@ PLIST= ${.CURDIR}/pkg-plist WXGTK_FLAVOR?= gtk +WANT_GNOME= yes + .if ${WXGTK_FLAVOR} != "gtk-common" RUN_DEPENDS= ${X11BASE}/include/wx/wx.h:${PORTSDIR}/x11-toolkits/wxgtk-common .endif diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile index 6793ac48bd1e..c062f34c572a 100644 --- a/x11-toolkits/wxgtk24/Makefile +++ b/x11-toolkits/wxgtk24/Makefile @@ -46,6 +46,8 @@ PLIST= ${.CURDIR}/pkg-plist WXGTK_FLAVOR?= gtk +WANT_GNOME= yes + .if ${WXGTK_FLAVOR} != "gtk-common" RUN_DEPENDS= ${X11BASE}/include/wx/wx.h:${PORTSDIR}/x11-toolkits/wxgtk-common .endif |