diff options
Diffstat (limited to 'textproc/gxmlviewer')
-rw-r--r-- | textproc/gxmlviewer/Makefile | 10 | ||||
-rw-r--r-- | textproc/gxmlviewer/distinfo | 2 | ||||
-rw-r--r-- | textproc/gxmlviewer/pkg-plist | 1 |
3 files changed, 8 insertions, 5 deletions
diff --git a/textproc/gxmlviewer/Makefile b/textproc/gxmlviewer/Makefile index 312562c..64c5c0d 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|<iconv.h>|<giconv.h>|g ; \ + s|-liconv|-lgiconv|g' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/textproc/gxmlviewer/distinfo b/textproc/gxmlviewer/distinfo index d56b958..cf2adbb 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 79175eb..ae61847 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 |