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