diff options
author | olgeni <olgeni@FreeBSD.org> | 2004-06-29 14:45:30 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2004-06-29 14:45:30 +0800 |
commit | de2235acaf2a0a5d526fe4ea7f4b22373d936c49 (patch) | |
tree | a1f86076bad62f7f5e37e0abdc4e96a72c467baa /www/sitecopy | |
parent | 7d88b791bebe1e6e1b70ad5574bab9a158554c0e (diff) | |
download | freebsd-ports-gnome-de2235acaf2a0a5d526fe4ea7f4b22373d936c49.tar.gz freebsd-ports-gnome-de2235acaf2a0a5d526fe4ea7f4b22373d936c49.tar.zst freebsd-ports-gnome-de2235acaf2a0a5d526fe4ea7f4b22373d936c49.zip |
Use shared library www/neon rather than included libneon (security fix).
PR: 68461
Submitted by: Thomas L. Kjeldsen <tlk(at)mayi.dk>
Diffstat (limited to 'www/sitecopy')
-rw-r--r-- | www/sitecopy/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index 60a45e976cdb..e47680a0cb59 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -7,17 +7,19 @@ PORTNAME= sitecopy PORTVERSION= 0.13.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.lyra.org/sitecopy/ MAINTAINER= olgeni@FreeBSD.org COMMENT= Maintains remote websites, uses FTP or WebDAV to sync up with local copy +LIB_DEPENDS= neon:${PORTSDIR}/www/neon + GNU_CONFIGURE= yes CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" -CONFIGURE_ARGS= --with-included-neon --with-libxml2 +CONFIGURE_ARGS= --with-neon --with-libxml2 USE_REINPLACE= yes USE_GETTEXT= yes USE_GNOME= libxml2 |