diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-01 19:48:49 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-01 19:48:49 +0000 |
commit | 90d427ae1a213c9dd5c7566a5e8942857fb771a6 (patch) | |
tree | 455dbd97c2c7272608324a2576b58686e0c066ae | |
parent | 58a30c1c2e96347427b671a6883b8c5e2244c602 (diff) |
- Convert to USES=libtool and USES=python
- Add INSTALL_TARGET=install-strip
Obtained from: gnome-dev
Notes
Notes:
svn path=/head/; revision=366943
-rw-r--r-- | devel/gobject-introspection/Makefile | 10 | ||||
-rw-r--r-- | devel/gobject-introspection/pkg-plist | 3 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 8631ca91f4d0..1870b7f955d8 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -4,7 +4,7 @@ PORTNAME= gobject-introspection PORTVERSION= 1.36.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,15 +16,15 @@ 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 tar:xz +USES= bison gettext gmake libtool pathfix pkgconfig \ + python:2 tar:xz GNU_CONFIGURE= yes -USE_GNOME= gnomehier glib20 ltverhack -USE_PYTHON= 2 -USE_AUTOTOOLS= libtool +USE_GNOME= gnomehier glib20 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} diff --git a/devel/gobject-introspection/pkg-plist b/devel/gobject-introspection/pkg-plist index 90e0a8cc01bd..4013b088200d 100644 --- a/devel/gobject-introspection/pkg-plist +++ b/devel/gobject-introspection/pkg-plist @@ -42,7 +42,6 @@ lib/gobject-introspection/giscanner/__init__.py lib/gobject-introspection/giscanner/__init__.pyc lib/gobject-introspection/giscanner/__init__.pyo lib/gobject-introspection/giscanner/_giscanner.a -lib/gobject-introspection/giscanner/_giscanner.la lib/gobject-introspection/giscanner/_giscanner.so lib/gobject-introspection/giscanner/annotationmain.py lib/gobject-introspection/giscanner/annotationmain.pyc @@ -153,9 +152,9 @@ lib/gobject-introspection/giscanner/xmlwriter.py lib/gobject-introspection/giscanner/xmlwriter.pyc lib/gobject-introspection/giscanner/xmlwriter.pyo lib/libgirepository-1.0.a -lib/libgirepository-1.0.la lib/libgirepository-1.0.so lib/libgirepository-1.0.so.1 +lib/libgirepository-1.0.so.1.0.0 libdata/pkgconfig/gobject-introspection-1.0.pc libdata/pkgconfig/gobject-introspection-no-export-1.0.pc share/aclocal/introspection.m4 |