Remove implied LIB_DEPENDS and switch dbic++ from a LIB_DEPENDS to a
BUILD_DEPENDS, since it uses a static library. Prompted by and OK ajacoutot@
This commit is contained in:
parent
73d8f662f6
commit
5601827e41
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/20 17:43:58 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/12/21 17:07:06 jeremy Exp $
|
||||
|
||||
COMMENT = fast database API and ORM for ruby 1.9
|
||||
|
||||
DISTNAME = swift-0.7.2
|
||||
REVISION = 0
|
||||
CATEGORIES = databases
|
||||
|
||||
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
||||
@ -17,9 +18,7 @@ MODULES = lang/ruby
|
||||
FLAVOR = ruby19
|
||||
|
||||
WANTLIB = c m stdc++ e2fs-uuid pcrecpp
|
||||
LIB_DEPENDS = databases/dbic++ \
|
||||
devel/pcre \
|
||||
sysutils/e2fsprogs
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = databases/dbic++
|
||||
|
||||
CONFIGURE_STYLE = ruby gem ext
|
||||
|
Loading…
Reference in New Issue
Block a user