summaryrefslogtreecommitdiff
path: root/textproc/gxmlviewer
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-11-19 17:52:11 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-11-19 17:52:11 +0000
commit440f99ba09fef8455d9ddf5a05c45529f4f858a6 (patch)
tree3593a1f75fd64f484f017e083059d35125d59215 /textproc/gxmlviewer
parentUpdate to 3.0 (diff)
USE_GNOMENGify
Don't build internal gettext PR: 43388
Notes
Notes: svn path=/head/; revision=70513
Diffstat (limited to 'textproc/gxmlviewer')
-rw-r--r--textproc/gxmlviewer/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/gxmlviewer/Makefile b/textproc/gxmlviewer/Makefile
index b4e6fd4d4f2a..52f0f0a1378b 100644
--- a/textproc/gxmlviewer/Makefile
+++ b/textproc/gxmlviewer/Makefile
@@ -14,14 +14,18 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
+ xml2.5:${PORTSDIR}/textproc/libxml2
USE_REINPLACE= yes
USE_X_PREFIX= yes
-USE_GNOME= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomelibs bonobo gnomeprefix
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}"
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|intl||g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>