vala doesn't need RUN_DEPENDS on libxslt and some random perl module anymore;
so just make libxslt a build dependency. ok aja@
This commit is contained in:
parent
966922c982
commit
6b16ee45b7
@ -1,10 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.57 2012/11/14 08:00:59 jasper Exp $
|
# $OpenBSD: Makefile,v 1.58 2013/02/03 17:31:52 jasper Exp $
|
||||||
|
|
||||||
COMMENT= compiler for the GObject type system
|
COMMENT= compiler for the GObject type system
|
||||||
|
|
||||||
GNOME_PROJECT= vala
|
GNOME_PROJECT= vala
|
||||||
GNOME_VERSION= 0.18.1
|
GNOME_VERSION= 0.18.1
|
||||||
API_V= 0.18
|
API_V= 0.18
|
||||||
|
REVISION= 0
|
||||||
|
|
||||||
SHARED_LIBS += vala-0.18 0.0 # 0.0
|
SHARED_LIBS += vala-0.18 0.0 # 0.0
|
||||||
|
|
||||||
@ -26,9 +27,7 @@ WANTLIB += c pcre pthread ffi glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
|||||||
MODULES= devel/gettext \
|
MODULES= devel/gettext \
|
||||||
x11/gnome
|
x11/gnome
|
||||||
|
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
BUILD_DEPENDS= textproc/libxslt
|
||||||
RUN_DEPENDS= textproc/libxslt \
|
|
||||||
textproc/p5-XML-LibXML
|
|
||||||
LIB_DEPENDS= devel/glib2
|
LIB_DEPENDS= devel/glib2
|
||||||
REGRESS_DEPENDS= shells/bash
|
REGRESS_DEPENDS= shells/bash
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user