o) Forgot to set pkg_plist variables when selecting one of the

graphical consoles
This commit is contained in:
Lars Koeller 2004-05-08 10:48:02 +00:00
parent 6d475404ca
commit 87078497ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108686
2 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,7 @@ USE_GNOME= libgnome
# Build gnome-console
.if defined(WITH_GNOMECONSOLE)
CONFIGURE_ARGS+= --enable-gnome
PLIST_SUB+= GNOMECONS=""
.else
# We didn't need GTK (it's not possible to put WANT_GNOME in an .if statement!)
WITHOUT_GNOME= yes
@ -66,6 +67,7 @@ PLIST_SUB+= GNOMECONS="@comment "
.if defined(WITH_WXCONSOLE)
CONFIGURE_ARGS+= --enable-wx-console
LIB_DEPENDS+= wx_gtk-2.4:${PORTSDIR}/x11-toolkits/wxgtk
PLIST_SUB+= WXCONS=""
.else
# We didn't need GTK (it's not possible to put WANT_GNOME in an .if statement!)
WITHOUT_GNOME= yes

View File

@ -56,6 +56,7 @@ USE_GNOME= libgnome
# Build gnome-console
.if defined(WITH_GNOMECONSOLE)
CONFIGURE_ARGS+= --enable-gnome
PLIST_SUB+= GNOMECONS=""
.else
# We didn't need GTK (it's not possible to put WANT_GNOME in an .if statement!)
WITHOUT_GNOME= yes
@ -66,6 +67,7 @@ PLIST_SUB+= GNOMECONS="@comment "
.if defined(WITH_WXCONSOLE)
CONFIGURE_ARGS+= --enable-wx-console
LIB_DEPENDS+= wx_gtk-2.4:${PORTSDIR}/x11-toolkits/wxgtk
PLIST_SUB+= WXCONS=""
.else
# We didn't need GTK (it's not possible to put WANT_GNOME in an .if statement!)
WITHOUT_GNOME= yes