Add textproc/libxml dependency (noticed by landry@).

This update doesn't cause any fallout for a run of

        ghc-pkg check

nor does it break the build of x11/hs-dbus (which is the only port
depending on it).


Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/hs-libxml-sax/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile    20 Jan 2013 18:06:28 -0000      1.4
+++ Makefile    15 Feb 2013 21:27:19 -0000
@@ -3,7 +3,7 @@
 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/
@@ -21,7 +21,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>

Reply via email to