diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
commit | 33e3d901d4375c73d7a95b6894c0022d6be7eb95 (patch) | |
tree | 34bbfd02d2930c7d48865fddb99f6e755da7b857 /audio/xmix | |
parent | 842d1150059240d52d41ca8332c4895bd037e0a9 (diff) |
Notes
Diffstat (limited to 'audio/xmix')
-rw-r--r-- | audio/xmix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmix/Makefile b/audio/xmix/Makefile index 808e4c5420d5..3211a4ba97db 100644 --- a/audio/xmix/Makefile +++ b/audio/xmix/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmix PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/sound/mixers @@ -21,6 +21,7 @@ COMMENT= Mixer for X Window System USE_IMAKE= yes WRKSRC= ${WRKDIR}/xmix +USE_XORG= x11 xext xmu xaw xt sm ice MAN1= xmix.1 PLIST_FILES= bin/xmix lib/X11/app-defaults/XMix |