summaryrefslogtreecommitdiffstats
path: root/devel/gobject-introspection/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gobject-introspection/Makefile')
-rw-r--r--devel/gobject-introspection/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile
index 2f30bd3ab..2cf4f46b0 100644
--- a/devel/gobject-introspection/Makefile
+++ b/devel/gobject-introspection/Makefile
@@ -16,15 +16,16 @@ COMMENT= Generate interface introspection data for GObject libraries
BUILD_DEPENDS= cairo-trace:${PORTSDIR}/graphics/cairo
LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi
-USES= bison gettext gmake pathfix pkgconfig
+USES= bison gettext gmake libtool pathfix pkgconfig
USE_XZ= yes
GNU_CONFIGURE= yes
-USE_GNOME= gnomehier glib20 ltverhack
+USE_GNOME= gnomehier glib20
USE_PYTHON= -2.7
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE=yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
# Force it to put the .cache in ${WRKSRC} instead of ~/.cache. ports/143260
MAKE_ENV= HOME=${WRKDIR}
@@ -33,8 +34,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|'gcc'|'cc'|g' \
${WRKSRC}/giscanner/dumper.py
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgirepository-1.0.so.1
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gobject-introspection/giscanner/_giscanner.so
-
.include <bsd.port.mk>