diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-29 20:11:22 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-29 20:11:22 +0000 |
commit | f5ebd23a61c055722b1370d39689c0155750ceae (patch) | |
tree | 9f6ee7990156009ac5fb32a1b518a8a838549dbb /graphics/SciPlot | |
parent | 56b17331ce3b7f9fb6695a743cb32fe5d8692e15 (diff) |
Notes
Diffstat (limited to 'graphics/SciPlot')
-rw-r--r-- | graphics/SciPlot/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/SciPlot/Makefile b/graphics/SciPlot/Makefile index 0af5d7878032..2249172b25c0 100644 --- a/graphics/SciPlot/Makefile +++ b/graphics/SciPlot/Makefile @@ -3,19 +3,17 @@ PORTNAME= SciPlot PORTVERSION= 1.36 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics math MASTER_SITES= XCONTRIB/widgets MAINTAINER= thierry@FreeBSD.org COMMENT= Full-featured Xt widget to display 2D data in a graph -DEPRECATED= Depends on deprecated libXp - LICENSE= GPLv2 USES= imake motif xorg -USE_XORG= xp xt x11 +USE_XORG= xt x11 MAKE_ENV= EXTRA_DEFINES="-fPIC" LIBNAME=${LIBNAME} USE_LDCONFIG= yes |