The libgnomedb API has changed too much for glade to use it.

This commit is contained in:
Joe Marcus Clarke 2006-03-28 05:10:29 +00:00
parent b4a034c1d4
commit ef856c4469
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158295

View File

@ -30,15 +30,15 @@ USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
OPTIONS= GNOMEDB "Enable libgnomedb support" off
#OPTIONS= GNOMEDB "Enable libgnomedb support" off
.include <bsd.port.pre.mk>
.if defined(WITH_GNOMEDB)
USE_GNOME+= libgnomedb
CONFIGURE_ARGS+= --enable-gnome-db
.else
#.if defined(WITH_GNOMEDB)
#USE_GNOME+= libgnomedb
#CONFIGURE_ARGS+= --enable-gnome-db
#.else
CONFIGURE_ARGS+= --disable-gnome-db
.endif
#.endif
.include <bsd.port.post.mk>