Add textproc/libxml dependency (noticed by landry@).
"if it's only fixin' the dep, why not just commiting it ? :)" landry@
This commit is contained in:
parent
49ed2a97f0
commit
b7d577e9b8
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:42:41 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2013/03/21 19:41:12 kili Exp $
|
||||
|
||||
COMMENT = Haskell bindings to the libXML2 SAX interface
|
||||
|
||||
DISTNAME = libxml-sax-0.7.3
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
CATEGORIES = textproc
|
||||
|
||||
HOMEPAGE = https://john-millikin.com/software/haskell-libxml/
|
||||
@ -18,7 +18,8 @@ MODULES = lang/ghc
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
RUN_DEPENDS = devel/hs-text>=0.7,<0.12 \
|
||||
textproc/hs-xml-types>=0.3,<0.4
|
||||
textproc/hs-xml-types>=0.3,<0.4 \
|
||||
textproc/libxml
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user