diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-23 16:26:12 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-23 16:26:12 +0000 |
commit | df088a123ff2db514554ad14b91ffe4012cdb96d (patch) | |
tree | e2faa6b97e2c0e6657f2bff43880e972e43e1285 /www/sitecopy/Makefile | |
parent | 5da249ebdbf717a4031e66d537877e39e5dc544c (diff) |
Notes
Diffstat (limited to 'www/sitecopy/Makefile')
-rw-r--r-- | www/sitecopy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index 688e429af0a4..9165b36d7b6e 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sitecopy -PORTVERSION= 0.10.14 +PORTVERSION= 0.10.15 CATEGORIES= www MASTER_SITES= http://www.lyra.org/sitecopy/ @@ -14,7 +14,7 @@ MAINTAINER= nik@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ expat.1:${PORTSDIR}/textproc/expat \ - neon.9:${PORTSDIR}/www/neon + neon.11:${PORTSDIR}/www/neon GNU_CONFIGURE= yes CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib \ |