1
0
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:
Juergen Lock 2007-07-07 00:28:00 +00:00
parent c3fe84b1c3
commit 9bde6c9045
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195116
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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}