diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-13 04:26:12 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-13 04:26:12 +0000 |
commit | 8ddcacd92301d4cf336b79e0e9599a03829799c8 (patch) | |
tree | 0f14713c2f1316f2e3a447ece3c5a386826022d1 | |
parent | Since imapd.conf is installed into ${PREFIX}/etc, mkimap should (diff) |
Hopefully fix build for bento.
Notes
Notes:
svn path=/head/; revision=41325
Diffstat (limited to '')
-rw-r--r-- | www/mod_backhand/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_backhand/Makefile b/www/mod_backhand/Makefile index 71698673d7f8..ac488d2ac5fb 100644 --- a/www/mod_backhand/Makefile +++ b/www/mod_backhand/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 APXS?= ${LOCALBASE}/sbin/apxs GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-apxs +CONFIGURE_ARGS= --with-apxs="${APXS}" # mod_backhand's install target is buggered. do-install: |