From 26f6cdc3d8cbb86e47347ffeb549cb8ce4b6cb2c Mon Sep 17 00:00:00 2001 From: pgollucci Date: Tue, 28 Feb 2012 05:16:34 +0000 Subject: devel/apr hasn't existed in quite some time. Also subversion will pull in apr as a LIB_DEPENDS With Hat: apache@ --- security/medusa/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'security') diff --git a/security/medusa/Makefile b/security/medusa/Makefile index 654eb601efcc..83aebd8fea7a 100644 --- a/security/medusa/Makefile +++ b/security/medusa/Makefile @@ -34,8 +34,7 @@ BROKEN= Does not build on ia64 .if defined(WITH_SVN) PLIST_SUB+= SVN="" -LIB_DEPENDS+= svn_client-1:${PORTSDIR}/devel/subversion \ - apr-1:${PORTSDIR}/devel/apr +LIB_DEPENDS+= svn_client-1:${PORTSDIR}/devel/subversion CFLAGS+= -I${LOCALBASE}/include/subversion-1 -I${LOCALBASE}/include/apr-1 .else CONFIGURE_ARGS+= --enable-module-svn=no -- cgit