diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gjs/Makefile | 3 | ||||
-rw-r--r-- | lang/vala/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile index a568bee3a..ab4d0c9e4 100644 --- a/lang/gjs/Makefile +++ b/lang/gjs/Makefile @@ -17,8 +17,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ CONFLICTS_BUILD=spidermonkey17-1.7.* USE_XZ= yes -USES= gettext pathfix pkgconfig shebangfix -USE_GMAKE= yes +USES= gettext gmake pathfix pkgconfig shebangfix USE_PYTHON_BUILD=yes USE_AUTOTOOLS= libtool USE_GNOME= cairo glib20 gnomeprefix introspection:build \ diff --git a/lang/vala/Makefile b/lang/vala/Makefile index e4cb70c48..6dd03a86f 100644 --- a/lang/vala/Makefile +++ b/lang/vala/Makefile @@ -12,10 +12,9 @@ COMMENT= Programming language and compiler that converts Vala code into C code LICENSE= LGPL21 -USES= bison pathfix gettext pkgconfig +USES= bison gettext gmake pathfix pkgconfig USE_XZ= yes USE_GNOME= glib20 gnomeprefix libxslt -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |