diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-25 23:23:49 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-25 23:23:49 +0000 |
commit | 2c53fd51f8cce12aedc54ccdba11b232cbd08620 (patch) | |
tree | f63778a284c51919c21f6f388c47efe92f7a6ac8 /www/p5-libapreq2 | |
parent | 0948f98e864b3f24af6d6842778ba09ca4c2620d (diff) | |
download | ports-2c53fd51f8cce12aedc54ccdba11b232cbd08620.tar.gz ports-2c53fd51f8cce12aedc54ccdba11b232cbd08620.zip |
Notes
Diffstat (limited to 'www/p5-libapreq2')
-rw-r--r-- | www/p5-libapreq2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/p5-libapreq2/Makefile b/www/p5-libapreq2/Makefile index 069e3acef4ed..0fd01925ef69 100644 --- a/www/p5-libapreq2/Makefile +++ b/www/p5-libapreq2/Makefile @@ -13,5 +13,6 @@ COMMENT= Generic Apache2 Request Library with perl binding MASTERDIR= ${.CURDIR}/../libapreq2 WITH_MODPERL2= yes +MAKE_ENV+= MAKE=${GMAKE} ## MakeMaker blows it without this .include "${MASTERDIR}/Makefile" |