diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-02 01:50:26 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-02 01:50:26 +0800 |
commit | 0d4a5ac85f138d0bc1583584fa48f568f36f409a (patch) | |
tree | 68bb0113919311acd38f20a5bfdc118ef991713a /x11-toolkits/pangomm | |
parent | 5561abe6daf71b74a089a7096f06c836ce1a66b2 (diff) | |
download | freebsd-ports-gnome-0d4a5ac85f138d0bc1583584fa48f568f36f409a.tar.gz freebsd-ports-gnome-0d4a5ac85f138d0bc1583584fa48f568f36f409a.tar.zst freebsd-ports-gnome-0d4a5ac85f138d0bc1583584fa48f568f36f409a.zip |
Add USES=libtool and INSTALL_TARGET=install-strip
Obtained from: gnome-dev
Diffstat (limited to 'x11-toolkits/pangomm')
-rw-r--r-- | x11-toolkits/pangomm/Makefile | 7 | ||||
-rw-r--r-- | x11-toolkits/pangomm/pkg-plist | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11-toolkits/pangomm/Makefile b/x11-toolkits/pangomm/Makefile index 07d0f20883a1..f91c220118f5 100644 --- a/x11-toolkits/pangomm/Makefile +++ b/x11-toolkits/pangomm/Makefile @@ -4,7 +4,7 @@ PORTNAME= pangomm PORTVERSION= 2.28.4 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -18,14 +18,15 @@ USES= tar:xz BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +USES+= gmake libtool pathfix pkgconfig +USE_GNOME= cairomm glibmm pango GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES+= gmake pathfix pkgconfig -USE_GNOME= cairomm glibmm pango CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-documentation \ --enable-static=yes +INSTALL_TARGET= install-strip PLIST_SUB= VERSION="2.4" API_VERSION="1.4" diff --git a/x11-toolkits/pangomm/pkg-plist b/x11-toolkits/pangomm/pkg-plist index e3a2d1978876..17b2b45adc68 100644 --- a/x11-toolkits/pangomm/pkg-plist +++ b/x11-toolkits/pangomm/pkg-plist @@ -53,9 +53,9 @@ include/pangomm-%%API_VERSION%%/pangomm/tabarray.h include/pangomm-%%API_VERSION%%/pangomm/types.h include/pangomm-%%API_VERSION%%/pangomm/wrap_init.h lib/libpangomm-%%API_VERSION%%.a -lib/libpangomm-%%API_VERSION%%.la lib/libpangomm-%%API_VERSION%%.so lib/libpangomm-%%API_VERSION%%.so.1 +lib/libpangomm-%%API_VERSION%%.so.1.0.30 lib/pangomm-%%API_VERSION%%/include/pangommconfig.h lib/pangomm-%%API_VERSION%%/proc/m4/convert.m4 lib/pangomm-%%API_VERSION%%/proc/m4/convert_pango.m4 |