summaryrefslogtreecommitdiff
path: root/www/neon28
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2002-04-29 11:22:26 +0000
committerOllivier Robert <roberto@FreeBSD.org>2002-04-29 11:22:26 +0000
commit7fffb59783ae299ce24ae6822bb94ac747d05919 (patch)
treec8acd902cdbb251f580745355b69b0c86538d94e /www/neon28
parentFix support for "site.config.m4.local", (diff)
Build against expat2 instead of the old expat1. Both neon & subversion
compile.
Notes
Notes: svn path=/head/; revision=58303
Diffstat (limited to 'www/neon28')
-rw-r--r--www/neon28/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/neon28/Makefile b/www/neon28/Makefile
index 964da8f34bc1..bdef1d15e06d 100644
--- a/www/neon28/Makefile
+++ b/www/neon28/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://www.webdav.org/neon/
MAINTAINER= rooneg@electricjellyfish.net
-LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat
+LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2
.ifndef WITHOUT_OPENSSL
USE_OPENSSL= yes