diff options
author | tg <tg@FreeBSD.org> | 2002-05-15 12:08:19 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2002-05-15 12:08:19 +0000 |
commit | f25fdc5ad648ed2774d69ed25bb5ff607878bf27 (patch) | |
tree | 8dbcfa3935719595ca1b57e52701eb60cc525fab /graphics/opendx | |
parent | 206955c78dff5cb35eb5f423134b16c363c8f6bf (diff) | |
download | FreeBSD-ports-f25fdc5ad648ed2774d69ed25bb5ff607878bf27.zip FreeBSD-ports-f25fdc5ad648ed2774d69ed25bb5ff607878bf27.tar.gz |
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/opendx')
-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 c9f50f4..adfdf4e 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="" \ |