diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2004-05-08 18:48:02 +0800 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2004-05-08 18:48:02 +0800 |
commit | 730ff7566f7d26d6674fe79d0cb14a091120f1e2 (patch) | |
tree | dd40ffd1882725195effb1c1d9e84f4a26eb8b19 /sysutils/bacula | |
parent | bf5d6608bb2e438c7f2176435d7f50e7c71bb504 (diff) | |
download | freebsd-ports-gnome-730ff7566f7d26d6674fe79d0cb14a091120f1e2.tar.gz freebsd-ports-gnome-730ff7566f7d26d6674fe79d0cb14a091120f1e2.tar.zst freebsd-ports-gnome-730ff7566f7d26d6674fe79d0cb14a091120f1e2.zip |
o) Forgot to set pkg_plist variables when selecting one of the
graphical consoles
Diffstat (limited to 'sysutils/bacula')
-rw-r--r-- | sysutils/bacula/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index 767b360a4a9d..f6bdf77b20a8 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -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 |