diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-02-13 18:03:26 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-02-13 18:03:26 +0800 |
commit | 9deed2912a8545c77074cdd3c442e7bcbfbf0359 (patch) | |
tree | 760cca540880627ff7ac133225e74d85072a5a9b /math/gretl/Makefile | |
parent | 4392e7bc2f2567e8997084cac088003178763ecf (diff) | |
download | freebsd-ports-gnome-9deed2912a8545c77074cdd3c442e7bcbfbf0359.tar.gz freebsd-ports-gnome-9deed2912a8545c77074cdd3c442e7bcbfbf0359.tar.zst freebsd-ports-gnome-9deed2912a8545c77074cdd3c442e7bcbfbf0359.zip |
Unbreak - disable configure check for gnuplot.
PR: ports/93242
Submitted by: Ports Fury
Diffstat (limited to 'math/gretl/Makefile')
-rw-r--r-- | math/gretl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index ddd79dfc38c5..a0b76ca139cd 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -20,15 +20,13 @@ LIB_DEPENDS= lapack.3:${PORTSDIR}/math/lapack \ gmp.6:${PORTSDIR}/math/libgmp4 RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -BROKEN= Configure fails - USE_BZIP2= yes USE_X_PREFIX= yes WANT_GNOME= yes USE_GNOME= gnometarget gtk20 libxml2 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DGNUPLOT_PNG" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-static --enable-shared --with-gmake ALL_TARGET= # empty |