diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-09 20:52:24 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-09 20:52:24 +0000 |
commit | 161621351211788c872d09a81e302310b54217e5 (patch) | |
tree | 9b4e748432f4bdeb6d849bd42e065d35ffc050b3 /lang/njs | |
parent | b24a7dce717b919b3fe946c7641952c25f744b05 (diff) | |
download | FreeBSD-ports-161621351211788c872d09a81e302310b54217e5.zip FreeBSD-ports-161621351211788c872d09a81e302310b54217e5.tar.gz |
Remove USE_REINPLACE from the categories starting with L
Diffstat (limited to 'lang/njs')
-rw-r--r-- | lang/njs/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/njs/Makefile b/lang/njs/Makefile index af3d30e..8f2b3db 100644 --- a/lang/njs/Makefile +++ b/lang/njs/Makefile @@ -18,10 +18,6 @@ COMMENT= NJS (NGS) is a standalone JavaScript/ECMAScript interpreter CONFLICTS= js-1.5.* -.if defined(NOPORTDOCS) -USE_REINPLACE= yes -.endif - INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-shared |