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

Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	tig
4
PORTNAME=	tig
5
PORTVERSION=	2.3.0
5
PORTVERSION=	2.3.0
6
PORTREVISION=   1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
MASTER_SITES=	https://github.com/jonas/tig/releases/download/${DISTNAME}/
8
MASTER_SITES=	https://github.com/jonas/tig/releases/download/${DISTNAME}/
8
9
Lines 12-19 Link Here
12
LICENSE=	GPLv2
13
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
15
RUN_DEPENDS=	git:devel/git
16
17
USES=		iconv gmake ncurses readline:port
16
USES=		iconv gmake ncurses readline:port
18
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
19
CONFIGURE_ARGS=	${ICONV_CONFIGURE_BASE}
18
CONFIGURE_ARGS=	${ICONV_CONFIGURE_BASE}

Return to bug 203457