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:
Adam Weinberger 2009-01-28 18:41:46 +00:00
parent 8ce3754802
commit 24d2cdd3c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227065

View file

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