From 3452eb5ce5d7b42a569fa1b2c18a909fd01a7e1a Mon Sep 17 00:00:00 2001 From: pat Date: Sun, 3 Mar 2002 07:22:25 +0000 Subject: Update to 1.3.3 PR: 35500 Submitted by: KATO Tsuguru --- textproc/gxmlviewer/Makefile | 10 ++++++---- textproc/gxmlviewer/distinfo | 2 +- textproc/gxmlviewer/pkg-plist | 1 + 3 files changed, 8 insertions(+), 5 deletions(-) (limited to 'textproc') diff --git a/textproc/gxmlviewer/Makefile b/textproc/gxmlviewer/Makefile index 312562c28f1d..64c5c0d04c84 100644 --- a/textproc/gxmlviewer/Makefile +++ b/textproc/gxmlviewer/Makefile @@ -7,20 +7,22 @@ # PORTNAME= gxmlviewer -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ - xml2.5:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 +USE_X_PREFIX= yes USE_GNOME= yes GNU_CONFIGURE= yes post-patch: - @${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|||g ; \ + s|-liconv|-lgiconv|g' ${WRKSRC}/configure .include diff --git a/textproc/gxmlviewer/distinfo b/textproc/gxmlviewer/distinfo index d56b958f8717..cf2adbbca296 100644 --- a/textproc/gxmlviewer/distinfo +++ b/textproc/gxmlviewer/distinfo @@ -1 +1 @@ -MD5 (gxmlviewer-1.3.1.tar.gz) = c4edae2b9cfe01588a370b523fde0fcd +MD5 (gxmlviewer-1.3.3.tar.gz) = e1f159e003e2ca99482ac7cf8677365e diff --git a/textproc/gxmlviewer/pkg-plist b/textproc/gxmlviewer/pkg-plist index 79175ebc019e..ae61847a0c8e 100644 --- a/textproc/gxmlviewer/pkg-plist +++ b/textproc/gxmlviewer/pkg-plist @@ -1,4 +1,5 @@ bin/gxmlviewer bin/xmlview-control +bin/xmlformatter lib/netscape/plugins/npgxmlviewer.so share/gnome/oaf/GNOME_XMLView.oaf -- cgit