[Midnightbsd-cvs] mports: Makefile: fix bug when build without mod_dav_svn.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Tue Dec 9 19:03:30 EST 2008


Log Message:
-----------
fix bug when build without mod_dav_svn.

Modified Files:
--------------
    mports/devel/subversion:
        Makefile (r1.16 -> r1.17)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/subversion/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -L devel/subversion/Makefile -L devel/subversion/Makefile -u -r1.16 -r1.17
--- devel/subversion/Makefile
+++ devel/subversion/Makefile
@@ -159,7 +159,7 @@
 .endif
 .else
 APR_APU_DIR=	${LOCALBASE}/bin
-APR_CONFIG=	apr-1-config
+APR_CONFIG=	${APR_APU_DIR}/apr-1-config
 APU_CONFIG=	apu-1-config
 .if !defined(WITHOUT_BDB)
 LIB_DEPENDS+=   apr-1.2:${PORTSDIR}/devel/apr-svn


More information about the Midnightbsd-cvs mailing list