summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/cjs/Makefile4
-rw-r--r--lang/gjs/Makefile8
2 files changed, 5 insertions, 7 deletions
diff --git a/lang/cjs/Makefile b/lang/cjs/Makefile
index 5947b1b14..37e7780f4 100644
--- a/lang/cjs/Makefile
+++ b/lang/cjs/Makefile
@@ -18,10 +18,10 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
CONFLICTS_BUILD=spidermonkey17-1.7.*
-USES= gettext libtool gmake pathfix pkgconfig shebangfix
+USES= gettext libtool gmake pathfix pkgconfig python:build \
+ shebangfix
USE_GNOME= cairo glib20 gnomeprefix introspection:build \
intlhack
-USE_PYTHON_BUILD=yes
USE_LDCONFIG= yes
PATHFIX_MAKEFILEIN= Makefile.am
GNU_CONFIGURE= yes
diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile
index 8ceae1d28..13bd29163 100644
--- a/lang/gjs/Makefile
+++ b/lang/gjs/Makefile
@@ -14,16 +14,14 @@ COMMENT= GNOME Javascript binding
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
libmozjs-24.so:${PORTSDIR}/lang/spidermonkey24
-USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz
+USES= gettext gmake libtool:keepla pathfix pkgconfig \
+ python:build tar:xz
USE_GNOME= cairo glib20 gnomeprefix introspection:build \
intlhack
-USE_PYTHON_BUILD=yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgjs.so.*
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>