diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-01 15:39:02 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-01 15:39:02 +0800 |
commit | d750615763ee2d3250de2115295079f66d813d1f (patch) | |
tree | 05b94e79be3ac272b9b617e50fc723ea52c6cf34 /sysutils | |
parent | 767bcfc72cf9c3574739d745cff6620fa75b0e74 (diff) | |
download | freebsd-ports-gnome-d750615763ee2d3250de2115295079f66d813d1f.tar.gz freebsd-ports-gnome-d750615763ee2d3250de2115295079f66d813d1f.tar.zst freebsd-ports-gnome-d750615763ee2d3250de2115295079f66d813d1f.zip |
- Use features of bsd.wx.mk, especially USE_WX
PR: ports/101613
Submitted by: alepulver
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-server-devel/Makefile | 3 | ||||
-rw-r--r-- | sysutils/bacula-server/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/bacula-server-devel/Makefile b/sysutils/bacula-server-devel/Makefile index 7c171e2e1a8f..58f10203b754 100644 --- a/sysutils/bacula-server-devel/Makefile +++ b/sysutils/bacula-server-devel/Makefile @@ -117,9 +117,8 @@ PLIST_SUB+= GNOMECONS="@comment " .endif # Build wx-console .if defined(WITH_WXCONSOLE) +USE_WX= 2.4 CONFIGURE_ARGS+= --enable-wx-console -LIB_DEPENDS+= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 -CONFIGURE_ENV+= WXCONFIG=${X11BASE}/bin/wxgtk2-2.4-config PLIST_SUB+= WXCONS="" .else # We didn't need GTK (it's not possible to put WANT_GNOME in an .if statement!) diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 0dc08fff01c5..440f63c95ea8 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -118,9 +118,8 @@ PLIST_SUB+= GNOMECONS="@comment " .endif # Build wx-console .if defined(WITH_WXCONSOLE) +USE_WX= 2.4 CONFIGURE_ARGS+= --enable-wx-console -LIB_DEPENDS+= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 -CONFIGURE_ENV+= WXCONFIG=${X11BASE}/bin/wxgtk2-2.4-config PLIST_SUB+= WXCONS="" .else # We didn't need GTK (it's not possible to put WANT_GNOME in an .if statement!) |