summaryrefslogtreecommitdiffstats
path: root/graphics/cairo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r--graphics/cairo/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index 345f83cb7..b273968fb 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -13,19 +13,19 @@ COMMENT= Vector graphics library with cross-device output support
PORTSCOUT= skipv:5c-1\.[1-3]
+USES= tar:xz
+
.if !defined(REFERENCE_PORT)
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
libpng15.so:${PORTSDIR}/graphics/png \
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
-USE_XZ= yes
-USES= pathfix pkgconfig
+USES+= libtool:keepla pathfix pkgconfig
USE_XORG= pixman xext
-USE_GNOME= ltverhack referencehack
+USE_GNOME= referencehack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-ltverhack_PATCH_FILES= build/ltmain.sh
CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \
--disable-directfb \
@@ -100,10 +100,6 @@ post-patch:
${WRKSRC}/src/Makefile.in
.endif
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcairo*.so.2
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/cairo/*.so.0
-
.include <bsd.port.post.mk>
.endif