diff options
Diffstat (limited to 'lang/gjs/Makefile')
-rw-r--r-- | lang/gjs/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile index 1f25bdd89..9c7433754 100644 --- a/lang/gjs/Makefile +++ b/lang/gjs/Makefile @@ -1,7 +1,6 @@ - # Created by: Pawel Worach <pawel.worach@gmail.com> # $FreeBSD$ -# $MCom: ports/trunk/lang/gjs/Makefile 18581 2013-06-23 10:50:00Z kwm $ +# $MCom$ PORTNAME= gjs PORTVERSION= 1.34.0 @@ -17,11 +16,10 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ CONFLICTS_BUILD=spidermonkey17-1.7.* -NO_STAGE= yes USE_XZ= yes USES= gettext gmake pathfix pkgconfig shebangfix USE_PYTHON_BUILD=yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes USE_GNOME= cairo glib20 gnomeprefix introspection:build \ intlhack ltverhack USE_LDCONFIG= yes @@ -30,4 +28,8 @@ LDFLAGS+= -L${LOCALBASE}/lib SHEBANG_FILES= scripts/make-tests +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so* + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gjs-1.0/*.so + .include <bsd.port.mk> |