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-21 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
18
LDFLAGS+=	-L${PREFIX}/lib
20
LDFLAGS+=	-L${PREFIX}/lib -liconv
19
CONFIGURE_ARGS=	--localstatedir=${PREFIX}/var/jwhois
21
CONFIGURE_ARGS=	--localstatedir=${PREFIX}/var/jwhois
20
22
21
OPTIONS_DEFINE=	NLS
23
OPTIONS_DEFINE=	NLS

Return to bug 202673