summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-09-27 16:18:58 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-09-27 16:18:58 +0000
commit45ce25247b07425c64998e793024710d3aa9bb7f (patch)
tree72bc682db7324dda39a47cabefefeacb5492a743 /graphics
parentSync with openjdk11 (diff)
Deprecate x11/libXp, it is deprecated upstream
Deprecate x11/libXp, since it is about to be deprecated upstream. Do *not* yet set a removal date for x11/libXp, this will be decided later, once most dependencies are fixed. Deprecate all ports depending on x11/libXp. * astro/xephem * audio/xmcd * audio/xmmix * biology/ncbi-toolkit * deskutils/xmdiary * ftp/llnlxdir * ftp/llnlxftp * graphics/SciPlot * misc/xtar * multimedia/mpeg2play * science/afni * textproc/mgdiff Sprinkle USES=xorg as needed. Discussed with: bapt
Notes
Notes: svn path=/head/; revision=513046
Diffstat (limited to 'graphics')
-rw-r--r--graphics/SciPlot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/SciPlot/Makefile b/graphics/SciPlot/Makefile
index d8f1be45e452..0af5d7878032 100644
--- a/graphics/SciPlot/Makefile
+++ b/graphics/SciPlot/Makefile
@@ -10,9 +10,11 @@ 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
+USES= imake motif xorg
USE_XORG= xp xt x11
MAKE_ENV= EXTRA_DEFINES="-fPIC" LIBNAME=${LIBNAME}
USE_LDCONFIG= yes