diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-25 14:12:01 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-25 14:12:01 +0000 |
commit | f14fbbcb45e038d03ea2826b30e74ae864f8886f (patch) | |
tree | e6342ac1d20610543095222ddd6064d39050a9b7 /audio/mp3stat | |
parent | c39d7e835b3788821c3bdc2a550c9f36daf2e1d2 (diff) | |
download | FreeBSD-ports-f14fbbcb45e038d03ea2826b30e74ae864f8886f.zip FreeBSD-ports-f14fbbcb45e038d03ea2826b30e74ae864f8886f.tar.gz |
remove redundant .endif
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 aa8e1d3..8d88d52 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} |