diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 23:06:39 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 23:06:39 +0000 |
commit | 10ddcca177d6d91079be1d2569dae59e314d70c9 (patch) | |
tree | 99a6744dc9660c3435aa9d77234a5901dd589105 /graphics/plotutils | |
parent | 4de56a776b06e3e1141de9f8098f35898c845484 (diff) |
Notes
Diffstat (limited to 'graphics/plotutils')
-rw-r--r-- | graphics/plotutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index c612ae3ab747..79b34276a7e5 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -21,7 +21,7 @@ USE_MOTIF= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-libplotter --enable-libxmi --with-motif -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= ode.1 plot.1 plotfont.1 spline.1 tek2plot.1 INFO= libxmi plotutils |