summaryrefslogtreecommitdiff
path: root/audio/mp3stat
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 17:27:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 17:27:29 +0000
commitc4d4cacd63490d4b63e844ae298880332a388ba7 (patch)
tree3913b841cc9c2f98d7e4b2056eafc0d9980bf1c8 /audio/mp3stat
parent- Fix permissions of the installed files so they are readable to non-root users (diff)
- Remove conditional checks relevant only on FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225288
Diffstat (limited to 'audio/mp3stat')
-rw-r--r--audio/mp3stat/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/mp3stat/Makefile b/audio/mp3stat/Makefile
index 385974a95a53..a91e5cbc05f9 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