diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 07:35:40 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 07:35:40 +0000 |
commit | 08c99f3ad5e81fd0d89c32e9337608d9a9bb4e35 (patch) | |
tree | 83aac97dcee746842718f1f34dfa58caca71df28 /lang | |
parent | 91696069c0e8874f735d4e30d164e5f922dd9819 (diff) |
Notes
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 4bdc5b23d62a..666747c100a9 100644 --- a/lang/gjs/Makefile +++ b/lang/gjs/Makefile @@ -19,12 +19,11 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ mozjs185:${PORTSDIR}/lang/spidermonkey185 USE_XZ= yes -USE_GETTEXT= yes USE_GMAKE= yes USE_PYTHON_BUILD=yes USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack glib20 ltverhack -USES= pkgconfig +USES= pkgconfig gettext USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/lang/vala/Makefile b/lang/vala/Makefile index 907ed8f4052c..f0bc140a7e10 100644 --- a/lang/vala/Makefile +++ b/lang/vala/Makefile @@ -12,12 +12,11 @@ COMMENT= Programming language and compiler that converts Vala code into C code LICENSE= LGPL21 -USES= bison pathfix pkgconfig +USES= bison pathfix pkgconfig gettext USE_XZ= yes USE_GNOME= glib20 gnomeprefix libxslt USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GETTEXT= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes |