aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2013-01-22 02:14:00 +0800
committerkwm <kwm@FreeBSD.org>2013-01-22 02:14:00 +0800
commit7e9838c0287d618dd5b9a25bba15132a3bccc444 (patch)
treed6bf59fbe1de9429ad826a24db6c51a7b4514f07 /www
parentd061e94408f78bca5f2962f1df1268c31a650a82 (diff)
downloadfreebsd-ports-gnome-7e9838c0287d618dd5b9a25bba15132a3bccc444.tar.gz
freebsd-ports-gnome-7e9838c0287d618dd5b9a25bba15132a3bccc444.tar.zst
freebsd-ports-gnome-7e9838c0287d618dd5b9a25bba15132a3bccc444.zip
Fix the build with new glib.
While here trim Makefile header, remove shlib version in LIB_DEPENDS and register conflict in nautilus. Obtained from: gnome staging area.
Diffstat (limited to 'www')
-rw-r--r--www/gtkhtml3/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile
index c8df54b1b82d..3ac74e2fb805 100644
--- a/www/gtkhtml3/Makefile
+++ b/www/gtkhtml3/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: gtkhtml3
-# Date created: 12 March 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/www/gtkhtml3/Makefile,v 1.180 2011/03/19 17:33:16 mezz Exp $
-#
+# $MCom: ports/www/gtkhtml3/Makefile,v 1.184 2012/08/17 19:06:47 kwm Exp $
PORTNAME= gtkhtml3
PORTVERSION= 3.32.1
@@ -20,8 +16,8 @@ COMMENT= Lightweight HTML rendering/printing/editing engine
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
-LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \
- enchant.1:${PORTSDIR}/textproc/enchant
+LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \
+ enchant:${PORTSDIR}/textproc/enchant
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
@@ -46,5 +42,7 @@ post-patch:
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|gtkhtml-editor-test[$$]|gtkhtml3-editor-test$$|' \
${WRKSRC}/components/editor/Makefile.in
+ @${REINPLACE_CMD} -e 's|G_CONST_RETURN||g' \
+ ${WRKSRC}/a11y/*.[ch]
.include <bsd.port.mk>