From 66397de329c04bed86cd378fc61ce7a15a6c6236 Mon Sep 17 00:00:00 2001 From: roberto Date: Mon, 25 Mar 2002 10:52:08 +0000 Subject: Remove an extra '\' that breaks the build. Submitted by: Garrett Rooney (MAINTAINER) --- devel/subversion-freebsd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/subversion-freebsd') diff --git a/devel/subversion-freebsd/Makefile b/devel/subversion-freebsd/Makefile index 9876158a794c..5014ca8b356c 100644 --- a/devel/subversion-freebsd/Makefile +++ b/devel/subversion-freebsd/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \ neon.19:${PORTSDIR}/www/neon \ expat:${PORTSDIR}/textproc/expat \ apr:${PORTSDIR}/devel/apr-devel -RUN_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils \ +RUN_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils BUILD_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils \ python:${PORTSDIR}/lang/python -- cgit