View | Details | Raw Unified | Return to bug 202673 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/net/jwhois/Makefile (-2 / +4 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	jwhois
4
PORTNAME=	jwhois
5
PORTVERSION=	4.0
5
PORTVERSION=	4.0
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	net
7
CATEGORIES=	net
8
MASTER_SITES=	GNU
8
MASTER_SITES=	GNU
9
9
Lines 12-17 Link Here
12
12
13
LICENSE=	GPLv3
13
LICENSE=	GPLv3
14
14
15
LIB_DEPENDS=	libidn.so:${PORTSDIR}/dns/libidn
16
15
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
16
USES=		gettext gmake iconv
18
USES=		gettext gmake iconv
17
CPPFLAGS+=	-I${PREFIX}/include
19
CPPFLAGS+=	-I${PREFIX}/include
Lines 21-27 Link Here
21
OPTIONS_DEFINE=	NLS
23
OPTIONS_DEFINE=	NLS
22
OPTIONS_SUB=	yes
24
OPTIONS_SUB=	yes
23
25
24
NLS_CONFIGURE_ENABLE=	nls
26
NLS_CONFIGURE_OFF=	--disable-nls --without-libiconv-prefix
25
27
26
INSTALL_TARGET=	install-strip
28
INSTALL_TARGET=	install-strip
27
29

Return to bug 202673