summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Prima/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-21 15:10:06 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-21 15:10:06 +0000
commita2b5a323c3b097c2c3fb84f9796726916c1cf317 (patch)
treef08aa12538a5a8e3785b31c06ac9ae12132a5ac1 /x11-toolkits/p5-Prima/Makefile
parentUpdate to 2.516. (diff)
Update to 1.47.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=417272
Diffstat (limited to 'x11-toolkits/p5-Prima/Makefile')
-rw-r--r--x11-toolkits/p5-Prima/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Prima/Makefile b/x11-toolkits/p5-Prima/Makefile
index 040d27330d82..9869a1290ac7 100644
--- a/x11-toolkits/p5-Prima/Makefile
+++ b/x11-toolkits/p5-Prima/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Prima
-PORTVERSION= 1.46
+PORTVERSION= 1.47
CATEGORIES= x11-toolkits graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,6 +14,8 @@ LICENSE= BSD2CLAUSE
LIB_DEPENDS= libgif.so:graphics/giflib \
libpng.so:graphics/png \
+ libfreetype.so:print/freetype2 \
+ libfontconfig.so:x11-fonts/fontconfig \
libtiff.so:graphics/tiff
OPTIONS_DEFINE= GTK2 ICONV XFT
@@ -21,7 +23,7 @@ OPTIONS_DEFAULT=ICONV XFT
USES= jpeg perl5 pkgconfig
USE_PERL5= configure
-USE_XORG= x11 xext xpm xrender
+USE_XORG= x11 xext xpm xrender xrandr
MAKE_JOBS_UNSAFE= yes
GTK2_CONFIGURE_OFF= WITH_GTK2=0
@@ -36,5 +38,7 @@ XFT_USE= XORG=xft
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Prima/Prima.so
+ ${REINPLACE_CMD} -i '' -e 's|${STAGEDIR}||' \
+ ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/Prima/Config.pm
.include <bsd.port.mk>