diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-06-06 04:54:37 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-06-06 04:54:37 +0800 |
commit | 8b58173808d1c377227e7203504fb61572a07440 (patch) | |
tree | 762bfad3df42f7949cc8ee94cb70c14c76290338 /www | |
parent | 92e86ebbe11e6ed28af53814d88f65048d0a584e (diff) | |
download | freebsd-ports-gnome-8b58173808d1c377227e7203504fb61572a07440.tar.gz freebsd-ports-gnome-8b58173808d1c377227e7203504fb61572a07440.tar.zst freebsd-ports-gnome-8b58173808d1c377227e7203504fb61572a07440.zip |
This port is not compatible with later neon libraries (0.15.0): remove neon
dependency and use libxml instead.
Diffstat (limited to 'www')
-rw-r--r-- | www/sitecopy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index 6c7467254815..43552844ca13 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -14,10 +14,11 @@ MASTER_SITES= http://www.lyra.org/sitecopy/ MAINTAINER= olgeni@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ - neon.12:${PORTSDIR}/www/neon + xml.5:${PORTSDIR}/textproc/libxml GNU_CONFIGURE= yes CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl" +CONFIGURE_ARGS= --enable-libxml USE_GMAKE= yes MAN1= sitecopy.1 |