diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-08 17:44:47 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-08 17:44:47 +0000 |
commit | 982af3464dcd7c2650e32bc1626a92f96b2c80a6 (patch) | |
tree | ba80edb503a879c3b96bd266792056a8f045e75f /www/mod_gzip | |
parent | 0b11123e2b8fa836266f4980a293b91547fb1a86 (diff) | |
download | ports-982af3464dcd7c2650e32bc1626a92f96b2c80a6.tar.gz ports-982af3464dcd7c2650e32bc1626a92f96b2c80a6.zip |
Notes
Diffstat (limited to 'www/mod_gzip')
-rw-r--r-- | www/mod_gzip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_gzip/Makefile b/www/mod_gzip/Makefile index 118f2b0cefc0..560daae81395 100644 --- a/www/mod_gzip/Makefile +++ b/www/mod_gzip/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${APXS}:${APACHE_PORT} APXS?= ${LOCALBASE}/sbin/apxs APACHE_PORT?= ${PORTSDIR}/www/apache13 - +MAKE_ENV+= "APXS=${APXS}" ALL_TARGET= build post-install: |