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 /audio | |
parent | 56b17331ce3b7f9fb6695a743cb32fe5d8692e15 (diff) | |
download | ports-f5ebd23a61c055722b1370d39689c0155750ceae.tar.gz ports-f5ebd23a61c055722b1370d39689c0155750ceae.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmcd/Makefile | 6 | ||||
-rw-r--r-- | audio/xmmix/Makefile | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 8687393825aa..94dae87da79b 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -3,21 +3,19 @@ PORTNAME= xmcd PORTVERSION= 3.3.2 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= audio MASTER_SITES= http://freebsd.nsu.ru/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Motif CD player -DEPRECATED= Depends on deprecated libXp - LIB_DEPENDS+= libvorbis.so:audio/libvorbis \ libFLAC.so:audio/flac RUN_DEPENDS+= lame:audio/lame USES= imake motif ncurses xorg -USE_XORG= x11 xext xaw xmu xp xpm xt sm ice +USE_XORG= x11 xext xaw xmu xpm xt sm ice PLIST_SUB+= RELEASE=${OSREL:R:R} ARCH=${ARCH:S/powerpc64/powerpc/} OPSYS=${OPSYS} SUB_FILES= pkg-message diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile index d076b91c9848..9312fc33d5e3 100644 --- a/audio/xmmix/Makefile +++ b/audio/xmmix/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmmix PORTVERSION= 1.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://ftp.twaren.net/BSD/OpenBSD/distfiles/ \ http://freebsd.nsu.ru/distfiles/ @@ -11,12 +11,10 @@ MASTER_SITES= http://ftp.twaren.net/BSD/OpenBSD/distfiles/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Motif-based audio mixer -DEPRECATED= Depends on deprecated libXp - WRKSRC= ${WRKDIR}/xmmix-1.2 USES= imake motif xorg -USE_XORG= x11 xext sm ice xt xp +USE_XORG= x11 xext sm ice xt PLIST_FILES= bin/xmmix lib/X11/app-defaults/XMmix lib/X11/xmmix.hlp \ man/man1/xmmix.1.gz |