aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 08:54:55 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 09:01:01 +0000
commita9123b1abfd8c3cb47f865c02cbb3907183a8611 (patch)
treeb90ec2a59c6c0d672af5324b6d523ea985a35357 /x11-toolkits
parent5bf04f13ee92efbe117eef650deebc1e7ac0bbbb (diff)
downloadports-a9123b1abfd8c3cb47f865c02cbb3907183a8611.tar.gz
ports-a9123b1abfd8c3cb47f865c02cbb3907183a8611.zip
x11-toolkits/p5-Pango: Strip shared library
- Bump PORTREVISION for package change
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/p5-Pango/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Pango/Makefile b/x11-toolkits/p5-Pango/Makefile
index 5831329ad3c6..adbda5077aa7 100644
--- a/x11-toolkits/p5-Pango/Makefile
+++ b/x11-toolkits/p5-Pango/Makefile
@@ -2,7 +2,7 @@
PORTNAME= Pango
PORTVERSION= 1.227
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits lang perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:XAOC
@@ -16,12 +16,16 @@ LICENSE= LGPL21
BUILD_DEPENDS= p5-ExtUtils-Depends>=0.300:devel/p5-ExtUtils-Depends \
p5-ExtUtils-PkgConfig>=1.03:devel/p5-ExtUtils-PkgConfig \
p5-Cairo>=1:graphics/p5-Cairo \
- p5-Glib>=1.220:devel/p5-Glib
+ ${RUN_DEPENDS}
RUN_DEPENDS= p5-Glib>=1.220:devel/p5-Glib
USES= gnome perl5
USE_GNOME= pango
USE_PERL5= configure
+
MAKE_JOBS_UNSAFE= yes
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Pango/Pango.so
+
.include <bsd.port.mk>