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/xmmix | |
parent | 56b17331ce3b7f9fb6695a743cb32fe5d8692e15 (diff) | |
download | ports-f5ebd23a61c055722b1370d39689c0155750ceae.tar.gz ports-f5ebd23a61c055722b1370d39689c0155750ceae.zip |
Notes
Diffstat (limited to 'audio/xmmix')
-rw-r--r-- | audio/xmmix/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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 |