WANTLIB/LIB_DEPENDS

This commit is contained in:
sthen 2015-08-25 14:21:25 +00:00
parent c3e091dd91
commit d56d537d66

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.21 2015/04/09 17:35:55 pascal Exp $
# $OpenBSD: Makefile,v 1.22 2015/08/25 14:21:25 sthen Exp $
SHARED_ONLY = Yes
COMMENT = Rakudo Perl 6 compiler
V = 2015.03
REVISION = 0
DISTNAME = rakudo-$V
NQP_VERSION = 2015.03
@ -18,6 +19,8 @@ MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
# Artistic 2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += atomic_ops kvm m moar pthread
GH_ACCOUNT = rakudo
GH_PROJECT = rakudo
GH_TAGNAME = $V
@ -25,6 +28,7 @@ MASTER_SITES = ${MASTER_SITES_GITHUB}
BUILD_DEPENDS = lang/nqp>=${NQP_VERSION}
RUN_DEPENDS = lang/nqp>=${NQP_VERSION}
LIB_DEPENDS = lang/moarvm
CONFIGURE_STYLE = simple
CONFIGURE_SCRIPT = /usr/bin/perl Configure.pl