summaryrefslogtreecommitdiff
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
parent- Convert USE_ICONV=yes to USES=iconv again, because accidentally reverted (diff)
Fix syntaxe error introduced by conversion to new options framework
Notes
Notes: svn path=/head/; revision=317101
-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