View | Details | Raw Unified | Return to bug 57972
Collapse All | Expand All

(-)lang/njs/Makefile (-8 / +2 lines)
Lines 17-22 Link Here
17
MAINTAINER=	thierry@pompo.net
17
MAINTAINER=	thierry@pompo.net
18
COMMENT=	NJS (NGS) is a standalone JavaScript/ECMAScript interpreter
18
COMMENT=	NJS (NGS) is a standalone JavaScript/ECMAScript interpreter
19
19
20
CONFLICTS=	js-1.5.*
21
20
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
21
USE_LIBTOOL=	yes
23
USE_LIBTOOL=	yes
22
.if defined(NOPORTDOCS)
24
.if defined(NOPORTDOCS)
Lines 29-42 Link Here
29
31
30
post-extract:
32
post-extract:
31
	@${RM} ${WRKSRC}/docs/js.info*
33
	@${RM} ${WRKSRC}/docs/js.info*
32
33
pre-configure:
34
	@if [ -f ${LOCALBASE}/include/js.h ]; then \
35
		${ECHO_MSG} "" ; \
36
		${ECHO_MSG} "Conflict: please deinstall the port converters/kdesupport11." ; \
37
		${ECHO_MSG} "" ; \
38
		${FALSE} ; \
39
	fi
40
34
41
pre-install:
35
pre-install:
42
.if defined(NOPORTDOCS)
36
.if defined(NOPORTDOCS)

Return to bug 57972