diff options
-rw-r--r-- | www/erwn/Makefile | 2 | ||||
-rw-r--r-- | www/gtkhtml38/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/erwn/Makefile b/www/erwn/Makefile index 67c066c83..8ddaff916 100644 --- a/www/erwn/Makefile +++ b/www/erwn/Makefile @@ -26,7 +26,7 @@ MAN1= erwin.1 post-patch: @${REINPLACE_CMD} -e "s|gtkhtml-3.6|gtkhtml-3.8|g" \ - ${WRKSRC}/configure + ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile index 7f74e8056..714399635 100644 --- a/www/gtkhtml38/Makefile +++ b/www/gtkhtml38/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/gtkhtml38/Makefile,v 1.102 2007/05/05 04:41:30 marcus Exp $ +# $MCom: ports/www/gtkhtml38/Makefile,v 1.103 2007/05/19 21:36:26 marcus Exp $ # PORTNAME= gtkhtml3 @@ -21,6 +21,7 @@ COMMENT= Lightweight HTML rendering/printing/editing engine LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup NO_LATEST_LINK= yes +DEPRECATED= Older API; newer applications should use www/gtkhtml3 USE_GETTEXT= yes USE_BZIP2= yes |