1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Fix slave ports build after my last change.

Pointy hat to:	me
This commit is contained in:
Stanislav Sedov 2009-02-13 14:24:09 +00:00
parent 9fee9a154c
commit b03e43125b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228203

View File

@ -38,7 +38,9 @@ MAN1= gsf.1 gsf-office-thumbnailer.1 gsf-vba-dump.1
.if !defined(WITHOUT_GCONF) || exists(${LOCALBASE}/bin/gconftool-2)
USE_GNOME+= gconf2
PLIST_SUB+= THUMB=""
. if !defined(GSF_SLAVE)
GCONF_SCHEMAS= gsf-office-thumbnailer.schemas
. endif
.else
PLIST_SUB+= THUMB="@comment "
.endif