diff options
author | asami <asami@FreeBSD.org> | 2001-04-18 13:47:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-04-18 13:47:31 +0800 |
commit | e255aeae6e69444303abda4968c2d0425a54ea14 (patch) | |
tree | 1299632846b26b25b7490287e4f24274b226ae10 /multimedia/kdemultimedia3 | |
parent | 912bc07f6e99aa48d65beb978d7c2c3d5ad32803 (diff) | |
download | freebsd-ports-gnome-e255aeae6e69444303abda4968c2d0425a54ea14.tar.gz freebsd-ports-gnome-e255aeae6e69444303abda4968c2d0425a54ea14.tar.zst freebsd-ports-gnome-e255aeae6e69444303abda4968c2d0425a54ea14.zip |
Pass ${CONFIGURE_ENV} to MAKE_ENV too, this fixes a problem with
configure/build.
Submitted by: will
Diffstat (limited to 'multimedia/kdemultimedia3')
-rw-r--r-- | multimedia/kdemultimedia3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/kdemultimedia3/Makefile b/multimedia/kdemultimedia3/Makefile index d48aa57852fc..5ca5814c2306 100644 --- a/multimedia/kdemultimedia3/Makefile +++ b/multimedia/kdemultimedia3/Makefile @@ -22,6 +22,7 @@ USE_AUTOCONF= yes CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \ --with-qt-libraries=${X11BASE}/lib USE_GMAKE= yes +MAKE_ENV= ${CONFIGURE_ENV} pre-configure: ${PERL} -pi -e "s@all_includes=\"@all_includes=\"-I/usr/include @g" ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 |