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 /www/mod_backhand | |
parent | 100080da7d8121bbd08784a849ee8f495867d0e2 (diff) | |
download | ports-8ddcacd92301d4cf336b79e0e9599a03829799c8.tar.gz ports-8ddcacd92301d4cf336b79e0e9599a03829799c8.zip |
Notes
Diffstat (limited to 'www/mod_backhand')
-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: |