aboutsummaryrefslogtreecommitdiff
path: root/devel/subversion16
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2012-12-10 15:10:02 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2012-12-10 15:10:02 +0000
commitdda3fab6a50d589e03e7af3d4a1d7e541b25dd1d (patch)
tree1711a4de2edde9b0137e76902f860ab891c4f0ac /devel/subversion16
parente879bf0e28bd8041b3bf436362433c7fc9f35a9c (diff)
downloadports-dda3fab6a50d589e03e7af3d4a1d7e541b25dd1d.tar.gz
ports-dda3fab6a50d589e03e7af3d4a1d7e541b25dd1d.zip
Notes
Diffstat (limited to 'devel/subversion16')
-rw-r--r--devel/subversion16/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/subversion16/Makefile.common b/devel/subversion16/Makefile.common
index 8eaf2d2e66f3..676494c086e7 100644
--- a/devel/subversion16/Makefile.common
+++ b/devel/subversion16/Makefile.common
@@ -6,7 +6,7 @@
PORTNAME= subversion
PORTVERSION= #please edit Makefile.inc for PORTVERSION, so ../svnmerge can stay in sync.
-#PORTREVISION?= 1
+PORTREVISION?= 1
CATEGORIES+= devel
MASTER_SITES= http://subversion.tigris.org/downloads/:main \
http://svnbook.red-bean.com/en/1.5/:book
@@ -52,7 +52,7 @@ PLIST_SUB+= NEON="@comment "
.endif
.if defined(WITH_SASL)
-LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
CONFIGURE_ARGS+=--with-sasl=${LOCALBASE}
PLIST_SUB+= SASL=""
.else