diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-21 18:07:35 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-21 18:07:35 +0800 |
commit | d91657464badb4a89017abc58664368822d5ad40 (patch) | |
tree | 1b79e8a10db5e061d7c738311832986abfa56b0f /graphics/plotutils | |
parent | 79bd93c6e557a748618d1aef21d2d301f72d81a9 (diff) | |
download | freebsd-ports-graphics-d91657464badb4a89017abc58664368822d5ad40.tar.gz freebsd-ports-graphics-d91657464badb4a89017abc58664368822d5ad40.tar.zst freebsd-ports-graphics-d91657464badb4a89017abc58664368822d5ad40.zip |
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
Diffstat (limited to 'graphics/plotutils')
-rw-r--r-- | graphics/plotutils/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 0aeb0fce0fc..a6be5be72b5 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -17,7 +17,6 @@ USE_XLIB= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_NEWGCC= yes -GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-libplotter --enable-libxmi MAN1= ode.1 plot.1 spline.1 tek2plot.1 |