diff options
Diffstat (limited to 'devel/geany-plugins/files/Makefile.common')
-rw-r--r-- | devel/geany-plugins/files/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/geany-plugins/files/Makefile.common b/devel/geany-plugins/files/Makefile.common index 71d0b10c57a4..22b42e114ca1 100644 --- a/devel/geany-plugins/files/Makefile.common +++ b/devel/geany-plugins/files/Makefile.common @@ -22,7 +22,7 @@ USES+= compiler:c++11-lang .endif INSTALL_TARGET= install-strip LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz -USE_GNOME+= cairo gdkpixbuf2 gtk30 +USE_GNOME+= cairo gdkpixbuf gtk30 .endif GEANY_PLUGIN?= ${PORTNAME:S,geany-plugin-,,} |