diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-30 04:11:22 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-30 04:11:22 +0800 |
commit | f5ebd23a61c055722b1370d39689c0155750ceae (patch) | |
tree | 9f6ee7990156009ac5fb32a1b518a8a838549dbb /multimedia/mpeg2play | |
parent | 56b17331ce3b7f9fb6695a743cb32fe5d8692e15 (diff) | |
download | freebsd-ports-gnome-f5ebd23a61c055722b1370d39689c0155750ceae.tar.gz freebsd-ports-gnome-f5ebd23a61c055722b1370d39689c0155750ceae.tar.zst freebsd-ports-gnome-f5ebd23a61c055722b1370d39689c0155750ceae.zip |
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
Diffstat (limited to 'multimedia/mpeg2play')
-rw-r--r-- | multimedia/mpeg2play/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/mpeg2play/Makefile b/multimedia/mpeg2play/Makefile index 6c9840d7dd8e..8bb5b3204820 100644 --- a/multimedia/mpeg2play/Makefile +++ b/multimedia/mpeg2play/Makefile @@ -3,17 +3,15 @@ PORTNAME= mpeg2play PORTVERSION= 1.1b -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.funet.fi/pub/graphics/packages/mpeg/mpeg2play/ MAINTAINER= ports@FreeBSD.org COMMENT= Program to play mpeg-2 movies on X displays -DEPRECATED= Depends on deprecated libXp - USES= imake motif xorg -USE_XORG= x11 xext xp xt +USE_XORG= x11 xext xt ALL_TARGET= mpeg2play OPTIONS_DEFINE= DOCS |