diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-29 17:09:41 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-29 17:09:41 +0800 |
commit | 8cc808bbe6904d9c148ec98ca455b9e6681e8471 (patch) | |
tree | ce8aef9d805c090f11e67e1777ba85a8829226da | |
parent | 400717abbba6937807d854fba6e407de8a310fb6 (diff) | |
download | freebsd-ports-gnome-8cc808bbe6904d9c148ec98ca455b9e6681e8471.tar.gz freebsd-ports-gnome-8cc808bbe6904d9c148ec98ca455b9e6681e8471.tar.zst freebsd-ports-gnome-8cc808bbe6904d9c148ec98ca455b9e6681e8471.zip |
Add USES=libtool and INSTALL_TARGET=install-strip
-rw-r--r-- | devel/libgee06/Makefile | 4 | ||||
-rw-r--r-- | devel/libgee06/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/libgee06/Makefile b/devel/libgee06/Makefile index f72095462b84..17891f6f8434 100644 --- a/devel/libgee06/Makefile +++ b/devel/libgee06/Makefile @@ -4,6 +4,7 @@ PORTNAME= libgee PORTVERSION= 0.6.8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNOME PKGNAMESUFFIX= 06 @@ -13,8 +14,9 @@ COMMENT= GObject collection library GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=yes +INSTALL_TARGET= install-strip +USES= gmake libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 gnomehier introspection:build -USES= gmake pathfix pkgconfig tar:xz USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/devel/libgee06/pkg-plist b/devel/libgee06/pkg-plist index 3a0a5f6368da..3ec08be7e1c6 100644 --- a/devel/libgee06/pkg-plist +++ b/devel/libgee06/pkg-plist @@ -1,7 +1,7 @@ include/gee-1.0/gee.h -lib/libgee.la lib/libgee.so lib/libgee.so.2 +lib/libgee.so.2.0.0 lib/girepository-1.0/Gee-1.0.typelib libdata/pkgconfig/gee-1.0.pc share/gir-1.0/Gee-1.0.gir |