diff options
Diffstat (limited to 'audio/mp3stat/Makefile')
-rw-r--r-- | audio/mp3stat/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/mp3stat/Makefile b/audio/mp3stat/Makefile index 385974a95a5..a91e5cbc05f 100644 --- a/audio/mp3stat/Makefile +++ b/audio/mp3stat/Makefile @@ -36,10 +36,6 @@ OPTIONS= VORBIS "Ogg/Vorbis support" on .include <bsd.port.pre.mk> -.if ${OSVERSION} < 504000 -BUILD_DEPENDS+= ${LOCALBASE}/include/magic.h:${PORTSDIR}/sysutils/file -.endif - .if defined(WITHOUT_VORBIS) MAKE_ARGS+= VORBIS="" .else |