diff options
Diffstat (limited to 'lang/njs')
-rw-r--r-- | lang/njs/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lang/njs/Makefile b/lang/njs/Makefile index 4759c1b92c46..8599573ae27e 100644 --- a/lang/njs/Makefile +++ b/lang/njs/Makefile @@ -17,6 +17,8 @@ DISTNAME= js-${PORTVERSION} MAINTAINER= thierry@pompo.net COMMENT= NJS (NGS) is a standalone JavaScript/ECMAScript interpreter +CONFLICTS= js-1.5.* + GNU_CONFIGURE= yes USE_LIBTOOL= yes .if defined(NOPORTDOCS) @@ -30,14 +32,6 @@ MAN1= js.1 jsdas.1 post-extract: @${RM} ${WRKSRC}/docs/js.info* -pre-configure: - @if [ -f ${LOCALBASE}/include/js.h ]; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Conflict: please deinstall the port converters/kdesupport11." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi - pre-install: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e "s:docs micros examples:micros:g" ${WRKSRC}/Makefile |