Use PKGSPEC to make sure the 2 spidermonkey ports are differentiated
when checking for dependencies. ok landry@
This commit is contained in:
parent
269d47161b
commit
05d1982b38
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/07 13:48:18 landry Exp $
|
# $OpenBSD: Makefile,v 1.2 2012/04/08 17:21:26 ajacoutot Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
@ -7,6 +7,8 @@ COMMENT = Mozilla C implementation of JavaScript
|
|||||||
MOZILLA_VERSION = 1.8.5
|
MOZILLA_VERSION = 1.8.5
|
||||||
DISTNAME = js185-1.0.0
|
DISTNAME = js185-1.0.0
|
||||||
PKGNAME = spidermonkey-${MOZILLA_VERSION}
|
PKGNAME = spidermonkey-${MOZILLA_VERSION}
|
||||||
|
PKGSPEC = spidermonkey->=1.8,<1.9
|
||||||
|
REVISION = 0
|
||||||
|
|
||||||
SO_VERSION = 0.0
|
SO_VERSION = 0.0
|
||||||
SHARED_LIBS = mozjs185 ${SO_VERSION}
|
SHARED_LIBS = mozjs185 ${SO_VERSION}
|
||||||
|
Loading…
Reference in New Issue
Block a user