Fix dependencies and bump.

This commit is contained in:
kili 2014-12-14 12:07:27 +00:00
parent fbf8dfbf07
commit 206a5312cf
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2014/09/05 09:49:00 dcoppa Exp $
# $OpenBSD: Makefile,v 1.9 2014/12/14 12:07:27 kili Exp $
COMMENT = Haskell bindings to the libXML2 SAX interface
DISTNAME = libxml-sax-0.7.5
REVISION = 0
CATEGORIES = textproc
HOMEPAGE = https://john-millikin.com/software/haskell-libxml/
@ -16,7 +17,7 @@ MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS = devel/hs-text>=0.7,<0.12 \
RUN_DEPENDS = devel/hs-text>=0.7 \
textproc/hs-xml-types>=0.3,<0.4 \
textproc/libxml
BUILD_DEPENDS = ${RUN_DEPENDS}

View File

@ -1,6 +1,5 @@
@comment $OpenBSD: PLIST,v 1.3 2013/01/20 18:06:28 kili Exp $
@comment $OpenBSD: PLIST,v 1.4 2014/12/14 12:07:27 kili Exp $
lib/ghc/${DISTNAME}/
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
lib/ghc/${DISTNAME}/Text/
lib/ghc/${DISTNAME}/Text/XML/
lib/ghc/${DISTNAME}/Text/XML/LibXML/