diff options
author | lev <lev@FreeBSD.org> | 2006-01-05 16:40:10 +0800 |
---|---|---|
committer | lev <lev@FreeBSD.org> | 2006-01-05 16:40:10 +0800 |
commit | c73f0ccf901a1fb5c181a351901047e46adc5ef1 (patch) | |
tree | f3e4072da0fe27db7679de7b19c5269415967bf6 /www | |
parent | 46e4474f50d34f208c162ebd0d1360b6d66a248d (diff) | |
download | freebsd-ports-gnome-c73f0ccf901a1fb5c181a351901047e46adc5ef1.tar.gz freebsd-ports-gnome-c73f0ccf901a1fb5c181a351901047e46adc5ef1.tar.zst freebsd-ports-gnome-c73f0ccf901a1fb5c181a351901047e46adc5ef1.zip |
Bump neon shared libary version, bump PORTREVISION to force upgrade.
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 ad1ab1e6ecda..8f94f50b0dce 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -7,13 +7,14 @@ PORTNAME= sitecopy PORTVERSION= 0.16.1 +PORTREVISION?= 1 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 +LIB_DEPENDS= neon.25:${PORTSDIR}/www/neon GNU_CONFIGURE= yes CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" \ |