diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-05-15 12:08:19 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-05-15 12:08:19 +0000 |
commit | 57c035d54526cd4bd22f7e49ccf45c0d6985d243 (patch) | |
tree | 29fa025922fdf2e1a8906f7a23e763e100bdffcf /graphics | |
parent | Include distributed patches. (diff) |
OpenDX tries to run automake if it finds it, but newer versions don't
work for it. So, define USE_AUTOMAKE to force the old automake-1.4.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opendx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index c9f50f427030..adfdf4eb75e4 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -20,12 +20,14 @@ LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick \ netcdf.1:${PORTSDIR}/math/netcdf \ tiff.4:${PORTSDIR}/graphics/tiff +USE_AUTOMAKE= yes USE_BISON= yes USE_GMAKE= yes USE_MESA= yes USE_MOTIF= yes USE_NEWGCC= yes USE_XLIB= yes +AUTOMAKE_ARGS= -a -i GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-magick CONFIGURE_ENV= ARCH="" \ |