diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-05-11 08:09:14 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-05-11 08:09:14 +0000 |
commit | 8eeb5232c1dbd0f6f59f052f006a5f0a8591f710 (patch) | |
tree | ad00f8e21ce95c69ec7d63103e7bd415999231ca /devel/geany-plugins | |
parent | 5cb1dc00a5bbd66609316efd203171b65204b738 (diff) | |
download | ports-8eeb5232c1dbd0f6f59f052f006a5f0a8591f710.tar.gz ports-8eeb5232c1dbd0f6f59f052f006a5f0a8591f710.zip |
Notes
Diffstat (limited to 'devel/geany-plugins')
-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 27d3ec383df5..9a45d7d96ea7 100644 --- a/devel/geany-plugins/files/Makefile.common +++ b/devel/geany-plugins/files/Makefile.common @@ -17,7 +17,7 @@ USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS+= libtool -USES= pkgconfig +USES+= pkgconfig USE_GNOME+= gtk20 # geany-plugins-l10n is not a plugin, thus special treatment |