diff options
Diffstat (limited to 'graphics/opendx/Makefile')
-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 1e129e92c37..c9f50f42703 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 |