diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-25 14:12:01 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-25 14:12:01 +0000 |
commit | a95886e79e988aaf8840b0c4d8d8edf7f2862eb5 (patch) | |
tree | 6c6bf9a34e99e2b7577fc91f54a6930204b01209 /audio/mp3stat | |
parent | 4f531b6a14df5a1ea62628e340bb4d97d0e98636 (diff) | |
download | ports-a95886e79e988aaf8840b0c4d8d8edf7f2862eb5.tar.gz ports-a95886e79e988aaf8840b0c4d8d8edf7f2862eb5.zip |
Notes
Diffstat (limited to 'audio/mp3stat')
-rw-r--r-- | audio/mp3stat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/mp3stat/Makefile b/audio/mp3stat/Makefile index aa8e1d3350c4..8d88d52459e8 100644 --- a/audio/mp3stat/Makefile +++ b/audio/mp3stat/Makefile @@ -23,7 +23,6 @@ MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" .if defined(WITH_VORBIS) LIB_DEPENDS= vorbis.1:${PORTSDIR}/audio/libvorbis MAKE_ENV+= WITH_VORBIS="${WITH_VORBIS}" -.endif pre-everything:: @${ECHO_MSG} |