diff options
author | obraun <obraun@FreeBSD.org> | 2002-11-21 19:44:54 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-11-21 19:44:54 +0800 |
commit | 7e32a21fc863cb95f2b42835deea642b60cef171 (patch) | |
tree | fdca734fb602a15e9c31954e8ab82485eb489c7a /textproc | |
parent | 6a2e175b9f8f4f0ffe6c31ca5e6009786a8c4daf (diff) | |
download | freebsd-ports-gnome-7e32a21fc863cb95f2b42835deea642b60cef171.tar.gz freebsd-ports-gnome-7e32a21fc863cb95f2b42835deea642b60cef171.tar.zst freebsd-ports-gnome-7e32a21fc863cb95f2b42835deea642b60cef171.zip |
s/expat2/libxml2/ in LIB_DEPENDS to fix build on -current.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/raptor/Makefile | 2 | ||||
-rw-r--r-- | textproc/raptor2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index ddf425512113..6b7ebb66a039 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= librdf MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ - expat.4:${PORTSDIR}/textproc/expat2 \ + xml2.5:${PORTSDIR}/textproc/libxml2 \ xmlparse.1:${PORTSDIR}/www/libwww LIBWWW_CONFIG= ${LOCALBASE}/bin/libwww-config diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index ddf425512113..6b7ebb66a039 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= librdf MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ - expat.4:${PORTSDIR}/textproc/expat2 \ + xml2.5:${PORTSDIR}/textproc/libxml2 \ xmlparse.1:${PORTSDIR}/www/libwww LIBWWW_CONFIG= ${LOCALBASE}/bin/libwww-config |