aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2002-11-20 01:52:11 +0800
committerarved <arved@FreeBSD.org>2002-11-20 01:52:11 +0800
commitac7f37ead0a572391d2fc72df02c44f557fd8e02 (patch)
treeacf4b580642f0fdbf033be19c20e7a01d54919b5
parentdeeedc5b972182e2a758a33d16c7530ab0ba721a (diff)
downloadfreebsd-ports-gnome-ac7f37ead0a572391d2fc72df02c44f557fd8e02.tar.gz
freebsd-ports-gnome-ac7f37ead0a572391d2fc72df02c44f557fd8e02.tar.zst
freebsd-ports-gnome-ac7f37ead0a572391d2fc72df02c44f557fd8e02.zip
USE_GNOMENGify
Don't build internal gettext PR: 43388
-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>