diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-23 02:05:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-23 02:05:04 +0800 |
commit | 4ab0594f63e38be08f045ae986deea85d9f8e781 (patch) | |
tree | 5ccc149311d24585961d9a2cf90f90b5de162a2d /www/libapreq2 | |
parent | 144134eb9b1691db727f497d0fe3e24da49605ee (diff) | |
download | freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.tar.gz freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.tar.zst freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.zip |
Fix NO_STAGE attribution
Diffstat (limited to 'www/libapreq2')
-rw-r--r-- | www/libapreq2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/libapreq2/Makefile b/www/libapreq2/Makefile index b30b27b314f5..a6d6c092d718 100644 --- a/www/libapreq2/Makefile +++ b/www/libapreq2/Makefile @@ -15,6 +15,7 @@ USE_APACHE= 22+ USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf libtool +NO_STAGE= yes CONFIGURE_ARGS+= --with-apache2-apxs=${APXS} --with-expat=${LOCALBASE} MAKE_ENV+= MAKE=${GMAKE} ## MakeMaker blows it without this @@ -49,7 +50,6 @@ MAN3= APR::Request.3 \ PLIST_SUB+= WITH_MODPERL2="" -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i '' -e "s!%%APACHEINCLUDEDIR%%!${APACHEINCLUDEDIR}!" \ ${WRKSRC}/glue/perl/Makefile.PL |