diff options
-rw-r--r-- | editors/zile/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-devel/Makefile.extmod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index e4a01b09cf29..35babcb1c6c3 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libgc.so:devel/boehm-gc \ libgee-0.8.so:devel/libgee BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:misc/help2man -USES= gmake ncurses perl5 pkgconfig compiler:c++11-lang +USES= gmake gnome ncurses perl5 pkgconfig compiler:c++11-lang USE_PERL5= build USE_GNOME= glib20 GNU_CONFIGURE= yes diff --git a/www/nginx-devel/Makefile.extmod b/www/nginx-devel/Makefile.extmod index 2a2093aae47e..720b0c9411c8 100644 --- a/www/nginx-devel/Makefile.extmod +++ b/www/nginx-devel/Makefile.extmod @@ -310,7 +310,7 @@ SRCACHE_VARS= DSO_EXTMODS+=srcache VOD_GH_TUPLE= kaltura:nginx-vod-module:1.27:vod VOD_USE= GNOME=libxml2 -VOD_USES= iconv +VOD_USES= gnome iconv VOD_VARS= DSO_EXTMODS+=vod VOD_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nginx-vod-module-config |