aboutsummaryrefslogtreecommitdiff
path: root/devel/subversion16
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 12:18:33 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 12:18:33 +0000
commit38f4ef83dd36631448c88e6df7b1bb989d8e6bf0 (patch)
tree9c146aa4c1d4af46c7540624a611d23a75580d03 /devel/subversion16
parentf60d814e650c2e423360bd1abab56047e2bd4974 (diff)
downloadports-38f4ef83dd36631448c88e6df7b1bb989d8e6bf0.tar.gz
ports-38f4ef83dd36631448c88e6df7b1bb989d8e6bf0.zip
Notes
Diffstat (limited to 'devel/subversion16')
-rw-r--r--devel/subversion16/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile
index cd4560ca137b..1a434b4a3c52 100644
--- a/devel/subversion16/Makefile
+++ b/devel/subversion16/Makefile
@@ -202,7 +202,7 @@ pre-configure:
.endif
post-build:
-.if ${PORT_OPTIONS:MMOD_DAV_SVN) && defined(WITH_MOD_DONTDOTHAT}
+.if ${PORT_OPTIONS:MMOD_DAV_SVN} && ${PORT_OPTIONS:MMOD_DONTDOTHAT}
cd ${WRKSRC}/contrib/server-side/mod_dontdothat && \
${APXS} -c -I${WRKSRC}/subversion/include -L${WRKSRC}/subversion/libsvn_subr/.libs -lsvn_subr-1 mod_dontdothat.c
.endif