diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 20:46:07 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 20:46:07 +0000 |
commit | 291c479c05b7db09d3f5fed575c33e06d849b994 (patch) | |
tree | 6995e292f0307c3729fbab1a69be6e6f79b6ede1 /audio/smasher | |
parent | 61c8234e51291cfc7728ffcdab05d8c75ca215bd (diff) |
Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000
Notes
Notes:
svn path=/head/; revision=284867
Diffstat (limited to 'audio/smasher')
-rw-r--r-- | audio/smasher/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/smasher/Makefile b/audio/smasher/Makefile index 1c660af5ffa4..a9702e23df2d 100644 --- a/audio/smasher/Makefile +++ b/audio/smasher/Makefile @@ -37,10 +37,4 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/share/applications|${LOCALBASE}/share/applications|g' \ ${WRKSRC}/src/Makefile.am ${WRKSRC}/src/Makefile.in -.include <bsd.port.pre.mk> - -.if ${OSVERSION} <= 700000 -BROKEN= does not compile -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |