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

Collapse All | Expand All

(-)Makefile (-2 / +5 lines)
Lines 15-22 Link Here
15
15
16
LICENSE=	GPLv2
16
LICENSE=	GPLv2
17
17
18
BUILD_DEPENDS=	lazbuild:${PORTSDIR}/editors/lazarus \
18
RUN_DEPENDS+=	${LOCALBASE}/bin/lazbuild:${PORTSDIR}/editors/lazarus
19
		fpcres:${PORTSDIR}/lang/fpc-utils
19
BUILD_DEPENDS+=	lazbuild:${PORTSDIR}/editors/lazarus
20
21
RUN_DEPENDS+=	${LOCALBASE}/bin/fpcres:${PORTSDIR}/lang/fpc-utils
22
BUILD_DEPENDS+=	fpcres:${PORTSDIR}/lang/fpc-utils
20
23
21
ONLY_FOR_ARCHS=	i386 amd64
24
ONLY_FOR_ARCHS=	i386 amd64
22
25

Return to bug 191455