diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-01-21 18:14:00 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-01-21 18:14:00 +0000 |
commit | f6cdd5cffc2436934348aec152fef6664b0a56a2 (patch) | |
tree | d6bf59fbe1de9429ad826a24db6c51a7b4514f07 /www/gtkhtml3 | |
parent | d3010f1940fd20654a9f78096d96874c88abd8fa (diff) | |
download | ports-f6cdd5cffc2436934348aec152fef6664b0a56a2.tar.gz ports-f6cdd5cffc2436934348aec152fef6664b0a56a2.zip |
Notes
Diffstat (limited to 'www/gtkhtml3')
-rw-r--r-- | www/gtkhtml3/Makefile | 14 |
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> |