diff options
author | thierry <thierry@FreeBSD.org> | 2005-07-15 16:56:19 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-07-15 16:56:19 +0800 |
commit | 1fd707b03d9ae2124d6e09c58573a1aa6bf3b8fd (patch) | |
tree | 3bd1f11c81d5250e1a3984772cd4605c9f5a2aab /lang/njs | |
parent | f0168034ca6d377015af53ea97795a7e1700bf75 (diff) | |
download | freebsd-ports-gnome-1fd707b03d9ae2124d6e09c58573a1aa6bf3b8fd.tar.gz freebsd-ports-gnome-1fd707b03d9ae2124d6e09c58573a1aa6bf3b8fd.tar.zst freebsd-ports-gnome-1fd707b03d9ae2124d6e09c58573a1aa6bf3b8fd.zip |
Switch back to USE_INC_LIBTOOL_VER and don't install .la files.
Reported by: Kris via pointyhat
Diffstat (limited to 'lang/njs')
-rw-r--r-- | lang/njs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/njs/Makefile b/lang/njs/Makefile index 081447fab938..d2daa50e913d 100644 --- a/lang/njs/Makefile +++ b/lang/njs/Makefile @@ -20,7 +20,7 @@ COMMENT= NJS (NGS) is a standalone JavaScript/ECMAScript interpreter CONFLICTS= js-1.5.* -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 .if defined(NOPORTDOCS) USE_REINPLACE= yes .endif |