aboutsummaryrefslogtreecommitdiff
path: root/www/sitecopy
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2004-06-29 06:45:30 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2004-06-29 06:45:30 +0000
commit0faa90e546811ede4e96864b2dd895faae5ce6aa (patch)
tree011f97a23dece1bd809d7eaa1634a5c19c923165 /www/sitecopy
parent63b862379c4dcab677e1e7520ad264e5cb4c40ea (diff)
downloadports-0faa90e546811ede4e96864b2dd895faae5ce6aa.tar.gz
ports-0faa90e546811ede4e96864b2dd895faae5ce6aa.zip
Use shared library www/neon rather than included libneon (security fix).
PR: 68461 Submitted by: Thomas L. Kjeldsen <tlk(at)mayi.dk>
Notes
Notes: svn path=/head/; revision=112521
Diffstat (limited to 'www/sitecopy')
-rw-r--r--www/sitecopy/Makefile6
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