diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-06-29 06:45:30 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-06-29 06:45:30 +0000 |
commit | 0faa90e546811ede4e96864b2dd895faae5ce6aa (patch) | |
tree | 011f97a23dece1bd809d7eaa1634a5c19c923165 /www | |
parent | 63b862379c4dcab677e1e7520ad264e5cb4c40ea (diff) |
Notes
Diffstat (limited to 'www')
-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 |