mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- Add missing gnome dependencies for bacula-client* WITH_GNOMECONSOLE case
PR: ports/114224 Submitted by: nox Approved by: Dan Langille <dan@langille.org> (maintainer)
This commit is contained in:
parent
c3fe84b1c3
commit
9bde6c9045
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195116
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user