diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-19 17:52:11 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-19 17:52:11 +0000 |
commit | 440f99ba09fef8455d9ddf5a05c45529f4f858a6 (patch) | |
tree | 3593a1f75fd64f484f017e083059d35125d59215 /textproc/gxmlviewer/Makefile | |
parent | 57876d7eb2df6b897846470a24ce243433d09995 (diff) | |
download | ports-440f99ba09fef8455d9ddf5a05c45529f4f858a6.tar.gz ports-440f99ba09fef8455d9ddf5a05c45529f4f858a6.zip |
Notes
Diffstat (limited to 'textproc/gxmlviewer/Makefile')
-rw-r--r-- | textproc/gxmlviewer/Makefile | 8 |
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> |