diff options
author | deischen <deischen@FreeBSD.org> | 2004-04-13 10:02:37 +0800 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2004-04-13 10:02:37 +0800 |
commit | 09ae079c5691690e8c3e25129916750c00eea4ae (patch) | |
tree | 6ccac2e46959869eb1878d3518f18989053ad87c | |
parent | f1ce8a9bea4de0863e6347957c6003fb5dd06a43 (diff) | |
download | freebsd-ports-gnome-09ae079c5691690e8c3e25129916750c00eea4ae.tar.gz freebsd-ports-gnome-09ae079c5691690e8c3e25129916750c00eea4ae.tar.zst freebsd-ports-gnome-09ae079c5691690e8c3e25129916750c00eea4ae.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
-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 |