diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-03 07:22:25 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-03 07:22:25 +0000 |
commit | 4991f61b8e5d9f0701e8f5894adaf44c28ae7cb5 (patch) | |
tree | 037b241b93b8cba9e523659cb171726157b719e7 /textproc | |
parent | de8fec46e509dbac1bfc427b21e8feec5440587c (diff) | |
download | ports-4991f61b8e5d9f0701e8f5894adaf44c28ae7cb5.tar.gz ports-4991f61b8e5d9f0701e8f5894adaf44c28ae7cb5.zip |
Notes
Diffstat (limited to 'textproc')
-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 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|<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 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 |