diff options
author | Juergen Lock <nox@FreeBSD.org> | 2007-07-07 00:28:00 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2007-07-07 00:28:00 +0000 |
commit | 9bde6c90450b0a4d120077a7b0a6b62d6bf02092 (patch) | |
tree | f5938e6dea2787237b0e4d421e3fe3740a1a0a75 /sysutils | |
parent | c3fe84b1c30650b04628b8867768b5c31ca69fc4 (diff) |
- Add missing gnome dependencies for bacula-client* WITH_GNOMECONSOLE case
PR: ports/114224
Submitted by: nox
Approved by: Dan Langille <dan@langille.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=195116
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-server-devel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/bacula-server/Makefile | 2 |
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} |