aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2011-10-17 03:52:00 +0000
committerWesley Shields <wxs@FreeBSD.org>2011-10-17 03:52:00 +0000
commita8f9d2f9984c0890effd0882924bd21c78b1c3e5 (patch)
tree08f29e302c408e73d0af040a62458b951cb85346
parent657c08e18153896bec13d15d7a3b72cdcba64fa1 (diff)
downloadports-a8f9d2f9984c0890effd0882924bd21c78b1c3e5.tar.gz
ports-a8f9d2f9984c0890effd0882924bd21c78b1c3e5.zip
Notes
-rw-r--r--devel/git/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile
index 47f6c3e8b1df..67ca24f11da0 100644
--- a/devel/git/Makefile
+++ b/devel/git/Makefile
@@ -275,7 +275,7 @@ PLIST_SUB+= GUI="@comment "
MAKE_ARGS+= NO_TCLTK=yes
.endif
-.ifdef (WITH_SVN) || defined (WITH_SVN_FBSD)
+.ifdef (WITH_SVN)
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey
RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion \
${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversion
@@ -363,7 +363,7 @@ post-patch:
s/git-cvsserver//' \
${WRKSRC}/Makefile
.endif
-.ifndef (WITH_SVN) && !defined (WITH_SVN_FBSD)
+.ifndef (WITH_SVN)
@${REINPLACE_CMD} -e '/git-svn.perl/d' ${WRKSRC}/Makefile
.endif
.ifndef (WITH_GITWEB)