diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /audio/xmcd | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) | |
download | ports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip |
Notes
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index c4cc19a7a7dd..719933728fc1 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= http://www.ibiblio.org/tkan/download/xmcd/3.3.2/src/ MAINTAINER= eischen@vigrid.com COMMENT= Motif CD player -LIB_DEPENDS+= libvorbis.so:${PORTSDIR}/audio/libvorbis \ - libFLAC.so:${PORTSDIR}/audio/flac -RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame +LIB_DEPENDS+= libvorbis.so:audio/libvorbis \ + libFLAC.so:audio/flac +RUN_DEPENDS+= lame:audio/lame USES= imake motif ncurses USE_XORG= x11 xext xaw xmu xp xpm xt sm ice |