diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2007-03-16 10:03:11 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2007-03-16 10:03:11 +0000 |
commit | de7020af32b8546e31c7891c14f28c898ffc74f8 (patch) | |
tree | 8bae992377f9c4bda81f1e6be3740ad7e48dc20c /www/sitecopy | |
parent | 248aeb3a1dbbc217a941b4a4f72cca85c19c401b (diff) | |
download | ports-de7020af32b8546e31c7891c14f28c898ffc74f8.tar.gz ports-de7020af32b8546e31c7891c14f28c898ffc74f8.zip |
Notes
Diffstat (limited to 'www/sitecopy')
-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 f64c719b2031..c0ee584e8e80 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -7,6 +7,7 @@ PORTNAME= sitecopy PORTVERSION= 0.16.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.lyra.org/${PORTNAME}/ \ ${MASTER_SITE_GENTOO} @@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= distfiles MAINTAINER= olgeni@FreeBSD.org COMMENT= Maintains remote websites, uses FTP or WebDAV to sync up with local copy -LIB_DEPENDS= neon.25:${PORTSDIR}/www/neon +LIB_DEPENDS= neon.26:${PORTSDIR}/www/neon GNU_CONFIGURE= yes CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" \ |