diff options
-rw-r--r-- | deskutils/google-gadgets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/google-gadgets/Makefile b/deskutils/google-gadgets/Makefile index 62f6444d4c0b..b06f8bf0de71 100644 --- a/deskutils/google-gadgets/Makefile +++ b/deskutils/google-gadgets/Makefile @@ -97,7 +97,7 @@ CONFIGURE_ARGS+= --disable-gtk-host \ --disable-gtkwebkit-browser-element \ --disable-soup-xml-http-request .elif defined(WITH_GTK) -USES= gtk20 +USE_GNOME= gtk20 PLIST_SUB+= GTK="" CONFIGURE_ARGS+= --enable-gtk-host BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libsoup-2.4.pc:${PORTSDIR}/devel/libsoup |