diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2012-02-28 13:16:34 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2012-02-28 13:16:34 +0800 |
commit | 26f6cdc3d8cbb86e47347ffeb549cb8ce4b6cb2c (patch) | |
tree | b9148dc87f8beb5e4673ffcf3817754c7fb7ec1a /security | |
parent | c77eb9c52863688626f8227ee3f79dc0f3cd6621 (diff) | |
download | freebsd-ports-gnome-26f6cdc3d8cbb86e47347ffeb549cb8ce4b6cb2c.tar.gz freebsd-ports-gnome-26f6cdc3d8cbb86e47347ffeb549cb8ce4b6cb2c.tar.zst freebsd-ports-gnome-26f6cdc3d8cbb86e47347ffeb549cb8ce4b6cb2c.zip |
devel/apr hasn't existed in quite some time.
Also subversion will pull in apr as a LIB_DEPENDS
With Hat: apache@
Diffstat (limited to 'security')
-rw-r--r-- | security/medusa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |