View | Details | Raw Unified | Return to bug 43388
Collapse All | Expand All

(-)gxmlviewer//Makefile (-4 / +7 lines)
Lines 4-10 Link Here
4
# Whom:				ijliao
4
# Whom:				ijliao
5
#
5
#
6
# $FreeBSD: ports/textproc/gxmlviewer/Makefile,v 1.4 2002/09/01 16:07:53 dwcjr Exp $
6
# $FreeBSD: ports/textproc/gxmlviewer/Makefile,v 1.4 2002/09/01 16:07:53 dwcjr Exp $
7
#
8
7
9
PORTNAME=	gxmlviewer
8
PORTNAME=	gxmlviewer
10
PORTVERSION=	1.3.3
9
PORTVERSION=	1.3.3
Lines 12-27 Link Here
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
14
13
15
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	freebsdports@arved.de
16
15
17
LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
16
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext \
17
		xml2.5:${PORTSDIR}/textproc/libxml2
18
18
19
USE_REINPLACE=	yes
19
USE_REINPLACE=	yes
20
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
21
USE_GNOME=	yes
21
USE_GNOMENG=	yes
22
USE_GNOME=	gnomelibs bonobo gnomeprefix
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
CONFIGURE_ARGS=	--with-libiconv-prefix="${LOCALBASE}"
23
25
24
post-patch:
26
post-patch:
25
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
27
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
28
	@${REINPLACE_CMD} -e 's|intl||g' ${WRKSRC}/Makefile.in
26
29
27
.include <bsd.port.mk>
30
.include <bsd.port.mk>

Return to bug 43388