diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-06 06:20:22 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-06 06:20:22 +0000 |
commit | f3171de7e6077f2297972e5effe08badee1e36f3 (patch) | |
tree | 913ef58fa0265a980c478b7264d71951bec76466 /graphics/opendx | |
parent | 22a1ed809c6346fd2acc2e522d98aa1b8f8aa92c (diff) |
Notes
Diffstat (limited to 'graphics/opendx')
-rw-r--r-- | graphics/opendx/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 1e129e92c374..c9f50f427030 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -20,14 +20,13 @@ 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="" \ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${PREFIX}/include" \ @@ -40,9 +39,6 @@ PLIST_SUB= ARCH=${OPSYS:L} post-patch: @${RM} -f ${WRKSRC}/include/stamp-h.in -pre-configure: - @cd ${WRKSRC} && ${ACLOCAL} && ${SETENV} ${CONFIGURE_ENV} ${AUTOHEADER} - post-configure: ${PERL} -pi -e "s;flex ;flex -l ;g" ${WRKSRC}/src/uipp/dxuilib/Makefile |