diff options
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 |