diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2011-03-05 12:10:31 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2011-03-05 12:10:31 +0000 |
commit | 22a1ea55923a40122408bcdffe6e41e05afaf614 (patch) | |
tree | c1686d787f206acf21614d4f59fd0a9deebd9a93 /devel/subversion16/Makefile.common | |
parent | 268477f7ef5b721f8627d64fb2027810380e2966 (diff) |
Notes
Diffstat (limited to 'devel/subversion16/Makefile.common')
-rw-r--r-- | devel/subversion16/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/subversion16/Makefile.common b/devel/subversion16/Makefile.common index b80f4fcb747c..5f19d7112437 100644 --- a/devel/subversion16/Makefile.common +++ b/devel/subversion16/Makefile.common @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= subversion -PORTVERSION= 1.6.15 +PORTVERSION= 1.6.16 PORTREVISION?= 0 CATEGORIES+= devel MASTER_SITES= http://subversion.tigris.org/downloads/:main \ @@ -81,6 +81,7 @@ PLIST_SUB+= MOD_DONTDOTHAT="" PLIST_SUB+= MOD_DONTDOTHAT="@comment " .endif .else +CONFIGURE_ARGS+= --with-apxs=no PLIST_SUB+= MOD_DAV_SVN="@comment " PLIST_SUB+= MOD_DONTDOTHAT="@comment " SUB_LIST+= MOD_DAV_SVN_INSTALL="NO" |