diff options
author | roberto <roberto@FreeBSD.org> | 2002-04-29 19:22:26 +0800 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2002-04-29 19:22:26 +0800 |
commit | 0442fc653aa4d472dcfee803df426c2fbf40bdd4 (patch) | |
tree | 94d3a58e6baa21fb987cac0df91e00a1f0915f56 /www/neon | |
parent | f441023e779cc38025a14728a7679245b527f35d (diff) | |
download | freebsd-ports-gnome-0442fc653aa4d472dcfee803df426c2fbf40bdd4.tar.gz freebsd-ports-gnome-0442fc653aa4d472dcfee803df426c2fbf40bdd4.tar.zst freebsd-ports-gnome-0442fc653aa4d472dcfee803df426c2fbf40bdd4.zip |
Build against expat2 instead of the old expat1. Both neon & subversion
compile.
Diffstat (limited to 'www/neon')
-rw-r--r-- | www/neon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index 964da8f34bc1..bdef1d15e06d 100644 --- a/www/neon/Makefile +++ b/www/neon/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 |