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 /misc | |
parent | devel/jetbrains-phpstorm: Update to version 2019.2.3 (diff) |
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
Notes
Notes:
svn path=/head/; revision=513269
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xtar/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/xtar/Makefile b/misc/xtar/Makefile index bfdd76a4e93f..afb6114faa64 100644 --- a/misc/xtar/Makefile +++ b/misc/xtar/Makefile @@ -3,17 +3,15 @@ PORTNAME= xtar PORTVERSION= 1.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc MASTER_SITES= XCONTRIB/utilities MAINTAINER= ports@FreeBSD.org COMMENT= View and manipulate contents of a tar file -DEPRECATED= Depends on deprecated libXp - USES= motif xorg -USE_XORG= ice sm x11 xext xp xt +USE_XORG= ice sm x11 xext xt MAKEFILE= Makefile.noimake ALL_TARGET= ${PORTNAME} MAKE_ARGS= XINC="-I${LOCALBASE}/include" XMLIB="${MOTIFLIB}" \ |