From f5ebd23a61c055722b1370d39689c0155750ceae Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Sun, 29 Sep 2019 20:11:22 +0000 Subject: Remove libXp dependency from imake/motif ports Remove the libXp dependency from a number of ports using imake and/or motif. libXp is being deprecated. The list of ports: audio/xmcd audio/xmmix deskutils/xmdiary ftp/llnlxdir ftp/llnlxftp graphics/SciPlot misc/xtar multimedia/mpeg2play --- graphics/SciPlot/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'graphics/SciPlot') 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 -- cgit v1.2.3