summaryrefslogtreecommitdiff
path: root/lang/njs
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
committerAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
commit8503536d3896846d823f7f76be54e0a99da8d8b6 (patch)
tree1a89e4038216ead71b008f2a5091474964e1c341 /lang/njs
parentUnbreak: make it fetchable again (diff)
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=156749
Diffstat (limited to 'lang/njs')
-rw-r--r--lang/njs/Makefile5
-rw-r--r--lang/njs/pkg-plist1
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/njs/Makefile b/lang/njs/Makefile
index 1b98e3051671..af3d30ee4f10 100644
--- a/lang/njs/Makefile
+++ b/lang/njs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= njs
PORTVERSION= 0.2.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= arved
@@ -18,11 +18,12 @@ COMMENT= NJS (NGS) is a standalone JavaScript/ECMAScript interpreter
CONFLICTS= js-1.5.*
-USE_AUTOTOOLS= libtool:13:inc
.if defined(NOPORTDOCS)
USE_REINPLACE= yes
.endif
+
INSTALLS_SHLIB= yes
+USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS= --enable-shared
SUB_FILES= pkg-message
diff --git a/lang/njs/pkg-plist b/lang/njs/pkg-plist
index bc2ac4a81ab6..9f2b5dd66197 100644
--- a/lang/njs/pkg-plist
+++ b/lang/njs/pkg-plist
@@ -6,5 +6,6 @@ include/js.h
include/jsint.h
include/jsconfig.h
lib/libjs.a
+lib/libjs.la
lib/libjs.so
lib/libjs.so.0