diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-17 11:50:50 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-17 11:50:50 +0000 |
commit | 034a642da2327895af7983b3973068c1715d676b (patch) | |
tree | c8941926f39504467a7e2dfdab0b4eef5cbd763c /audio/madman | |
parent | 84fdb891149917c475dd30935a736aa74e834bb8 (diff) | |
download | ports-034a642da2327895af7983b3973068c1715d676b.tar.gz ports-034a642da2327895af7983b3973068c1715d676b.zip |
Notes
Diffstat (limited to 'audio/madman')
-rw-r--r-- | audio/madman/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/madman/Makefile b/audio/madman/Makefile index b9605b51673a..9891443069b7 100644 --- a/audio/madman/Makefile +++ b/audio/madman/Makefile @@ -43,10 +43,4 @@ do-install: ${INSTALL_DATA} -m0755 ${WRKSRC}/plugins/$$plugin ${PREFIX}/lib/madman/plugins; \ done -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Doesn't build on FreeBSD < 5.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |