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

Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	gdb
8
PORTNAME=	gdb
9
PORTVERSION=	7.4.1
9
PORTVERSION=	7.4.1
10
PORTREVISION=	4
10
PORTREVISION=	5
11
CATEGORIES=	devel
11
CATEGORIES=	devel
12
MASTER_SITES=	GNU
12
MASTER_SITES=	GNU
13
13
Lines 40-46 Link Here
40
40
41
# Forcing to use the readline from ports (readline in FreeBSD world is not
41
# Forcing to use the readline from ports (readline in FreeBSD world is not
42
# compatible anymore).
42
# compatible anymore).
43
LIB_DEPENDS+=	readline:${PORTSDIR}/devel/readline
43
BUILD_DEPENDS+=	readline>0:${PORTSDIR}/devel/readline
44
RUN_DEPENDS+=	readline>0:${PORTSDIR}/devel/readline
44
CFLAGS+=	-isystem ${LOCALBASE}/include
45
CFLAGS+=	-isystem ${LOCALBASE}/include
45
LDFLAGS+=	-L${LOCALBASE}/lib
46
LDFLAGS+=	-L${LOCALBASE}/lib
46
47

Return to bug 170429