diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-07 22:32:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-07 22:32:10 +0000 |
commit | d8355ae11b61228728bca37d6415d8542105b001 (patch) | |
tree | 4b1935a77395e9b530ac10f91f5205d8da565fd9 /graphics/plotutils | |
parent | 1b4e5eb0485a75378f8e4f1c0122336610ff316d (diff) | |
download | ports-d8355ae11b61228728bca37d6415d8542105b001.tar.gz ports-d8355ae11b61228728bca37d6415d8542105b001.zip |
Notes
Diffstat (limited to 'graphics/plotutils')
-rw-r--r-- | graphics/plotutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index e31dd81ec96d..05f0ecba86de 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -18,6 +18,7 @@ USE_LIBTOOL= yes USE_NEWGCC= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-libplotter --enable-libxmi +MAN1= ode.1 plot.1 spline.1 tek2plot.1 .ifdef HAVE_MOTIF CONFIGURE_ARGS+= --with-motif |