diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-09 21:20:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-09 21:20:28 +0000 |
commit | fd681870b3bb8669124d438d26d8167aa8935d58 (patch) | |
tree | d5136ee01920150380e299c124e138e27707f264 /audio/xmcd | |
parent | bb66f61ae3c43467b45c5bab34589a822fbcb1cc (diff) | |
download | ports-fd681870b3bb8669124d438d26d8167aa8935d58.tar.gz ports-fd681870b3bb8669124d438d26d8167aa8935d58.zip |
Notes
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index a58199a53a67..265cda8bfd15 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -14,8 +14,7 @@ LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis \ FLAC:${PORTSDIR}/audio/flac RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame -USES= imake -USE_MOTIF= yes +USES= imake motif USE_XORG= x11 xext xaw xmu xp xpm xt sm ice MAN1= cda.1 xmcd.1 MANCOMPRESSED= no |