diff options
author | will <will@FreeBSD.org> | 2001-04-13 12:26:12 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-13 12:26:12 +0800 |
commit | 41c06515f35e369d051216f40953d2b6f450f69e (patch) | |
tree | 5fc86d6fb76eb4b9b68ab4d6d15b18624affaa97 /www/mod_backhand | |
parent | 4cdd8e3f6c60fe03be29ea8641a7c8dffd13dc0f (diff) | |
download | freebsd-ports-graphics-41c06515f35e369d051216f40953d2b6f450f69e.tar.gz freebsd-ports-graphics-41c06515f35e369d051216f40953d2b6f450f69e.tar.zst freebsd-ports-graphics-41c06515f35e369d051216f40953d2b6f450f69e.zip |
Hopefully fix build for bento.
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 71698673d7f..ac488d2ac5f 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: |