diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2004-04-13 02:02:37 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2004-04-13 02:02:37 +0000 |
commit | 304df529b4251d460ce7ffe8866ad21834aa9f89 (patch) | |
tree | 47bf792c89f473407e93a59310eca0a5f0aac67a /audio/xmcd | |
parent | 3774fc96513fc366d6c23e445cda0d6928ce7bc8 (diff) | |
download | ports-304df529b4251d460ce7ffe8866ad21834aa9f89.tar.gz ports-304df529b4251d460ce7ffe8866ad21834aa9f89.zip |
s/ /\t/ in the newly added BUILD_DEPENDS line.
portlint didn't catch this, but I may not have been using the
latest version of it.
Noticed by: krion
Notes
Notes:
svn path=/head/; revision=106856
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 68df4d2181ad..e6f8707351ef 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -18,7 +18,7 @@ EXTRACT_ONLY= xmcd-3.3.0.tar.gz MAINTAINER= eischen@vigrid.com COMMENT= Motif CD player -BUILD_DEPENDS+= flac:${PORTSDIR}/audio/flac +BUILD_DEPENDS+= flac:${PORTSDIR}/audio/flac LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame |