- add docbook to build_depends (so we don't need to do weird validation
stuffs online ; no need of systrace.filter anymore) ok sturm@
This commit is contained in:
parent
6f617d9a24
commit
e905abfc80
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/09/15 20:59:42 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2007/10/23 21:16:20 ajacoutot Exp $
|
||||
|
||||
COMMENT= front-end to an XSL toolchain
|
||||
|
||||
DISTNAME= xmlto-0.0.18
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
CATEGORIES= textproc
|
||||
|
||||
@ -22,14 +22,17 @@ RUN_DEPENDS= ::shells/bash \
|
||||
::misc/gnugetopt \
|
||||
::textproc/libxml \
|
||||
::textproc/libxslt \
|
||||
::textproc/docbook-xsl
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
::textproc/docbook-xsl
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
::textproc/docbook
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
CONFIGURE_ARGS= --with-bash=${LOCALBASE}/bin/bash \
|
||||
--with-getopt=${LOCALBASE}/bin/gnugetopt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
pre-configure:
|
||||
@perl -pi -e 's,/bin/bash,${LOCALBASE}/bin/bash,g' \
|
||||
${WRKSRC}/xmlif/test/run-test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +0,0 @@
|
||||
# $OpenBSD: systrace.filter,v 1.1 2007/10/22 13:56:29 ajacoutot Exp $
|
||||
|
||||
# needed for xmllint to check support for XML catalogs
|
||||
native-connect: sockaddr sub ":53" then permit
|
||||
native-connect: sockaddr sub ":80" then permit
|
Loading…
x
Reference in New Issue
Block a user