diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-26 22:54:53 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-26 22:54:53 +0000 |
commit | 0310baee3718c241bf9f07abc3b974093dd2284a (patch) | |
tree | 3b551304c436abadca62b360f6030cc6f7eb4686 /graphics/plotutils/Makefile | |
parent | 5783f27605489fc53835275c4daed7dbe2ec3e86 (diff) |
Notes
Diffstat (limited to 'graphics/plotutils/Makefile')
-rw-r--r-- | graphics/plotutils/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 3c0d5eadf18a..c63fd4d416a1 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -21,7 +21,6 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= ode.1 plot.1 plotfont.1 spline.1 tek2plot.1 INFO= libxmi plotutils test: build @@ -30,5 +29,4 @@ test: build regression-test: test -NO_STAGE= yes .include <bsd.port.mk> |