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 /devel/subversion16 | |
parent | 248aeb3a1dbbc217a941b4a4f72cca85c19c401b (diff) | |
download | ports-de7020af32b8546e31c7891c14f28c898ffc74f8.tar.gz ports-de7020af32b8546e31c7891c14f28c898ffc74f8.zip |
Notes
Diffstat (limited to 'devel/subversion16')
-rw-r--r-- | devel/subversion16/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile index cb5c67aef960..98290a0511ea 100644 --- a/devel/subversion16/Makefile +++ b/devel/subversion16/Makefile @@ -6,7 +6,7 @@ PORTNAME= subversion PORTVERSION= 1.4.3 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel MASTER_SITES= http://subversion.tigris.org/downloads/:main \ http://svnbook.red-bean.com/en/1.2/:bookhtml \ @@ -76,7 +76,7 @@ CFLAGS+= -g .endif .if !defined(WITHOUT_NEON) -LIB_DEPENDS+= neon.25:${PORTSDIR}/www/neon +LIB_DEPENDS+= neon.26:${PORTSDIR}/www/neon CONFIGURE_ARGS+= --with-neon=${LOCALBASE} PLIST_SUB+= WITHOUT_NEON="" .else |