I'm not even sure whether I still have a GNOME hat. Assuming that I'm
not stepping on anyone's toes, this commit adds the dependencies needed to build evince when nautilus support is disabled.
This commit is contained in:
parent
8ce3754802
commit
24d2cdd3c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227065
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@ USE_GNOME+= nautilus2
|
|||
CONFIGURE_ARGS+= --enable-nautilus
|
||||
PLIST_SUB+= NAUTILUS=""
|
||||
.else
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
|
||||
RUN_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
|
||||
LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring
|
||||
USE_GNOME+= libglade2
|
||||
CONFIGURE_ARGS+= --disable-nautilus
|
||||
PLIST_SUB+= NAUTILUS="@comment "
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue