aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysutils/bacula-server-devel/Makefile2
-rw-r--r--sysutils/bacula-server/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula-server-devel/Makefile b/sysutils/bacula-server-devel/Makefile
index b53dee24e9cc..b438e6ebde02 100644
--- a/sysutils/bacula-server-devel/Makefile
+++ b/sysutils/bacula-server-devel/Makefile
@@ -84,7 +84,7 @@ OPTIONS+= OPENSSL "Enable OpenSSL for encrypted communication" off
# include of bsd.port.pre.mk!
WANT_GNOME= yes
.if defined(WITH_GNOMECONSOLE)
-USE_GNOME= libgnome
+USE_GNOME= libgnome gnomelibs libgnomeui
.endif
PLIST_SUB+= BACULA_DIR=${BACULA_DIR}
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile
index 260dec706232..b885eccf6aec 100644
--- a/sysutils/bacula-server/Makefile
+++ b/sysutils/bacula-server/Makefile
@@ -88,7 +88,7 @@ OPTIONS+= OPENSSL "Enable OpenSSL for encrypted communication" off
# include of bsd.port.pre.mk!
WANT_GNOME= yes
.if defined(WITH_GNOMECONSOLE)
-USE_GNOME= libgnome
+USE_GNOME= libgnome gnomelibs libgnomeui
.endif
PLIST_SUB+= BACULA_DIR=${BACULA_DIR}