diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2006-01-05 08:40:10 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2006-01-05 08:40:10 +0000 |
commit | 29580421f5a3b1b6b901b23211fcf63d47b6f8c5 (patch) | |
tree | 49a8eef3b70a2b5f008f002a9a0f22babcadc85d /devel/subversion16 | |
parent | 92fda7c4826011b958f6391d670201f243cf7e67 (diff) | |
download | ports-29580421f5a3b1b6b901b23211fcf63d47b6f8c5.tar.gz ports-29580421f5a3b1b6b901b23211fcf63d47b6f8c5.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 5a8b80e87d8d..2b424de16264 100644 --- a/devel/subversion16/Makefile +++ b/devel/subversion16/Makefile @@ -6,7 +6,7 @@ PORTNAME= subversion PORTVERSION= 1.3.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel MASTER_SITES= http://subversion.tigris.org/downloads/:main \ http://svnbook.red-bean.com/en/1.1/:book @@ -68,7 +68,7 @@ CFLAGS+= -g .endif .if !defined(WITHOUT_NEON) -LIB_DEPENDS+= neon.24:${PORTSDIR}/www/neon +LIB_DEPENDS+= neon.25:${PORTSDIR}/www/neon CONFIGURE_ARGS+= --with-neon=${LOCALBASE} PLIST_SUB+= WITHOUT_NEON="" .else |