diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
commit | c4d4cacd63490d4b63e844ae298880332a388ba7 (patch) | |
tree | 3913b841cc9c2f98d7e4b2056eafc0d9980bf1c8 /audio/jack | |
parent | 5faefa6350cd172add279e339bd86a650313beb3 (diff) | |
download | ports-c4d4cacd63490d4b63e844ae298880332a388ba7.tar.gz ports-c4d4cacd63490d4b63e844ae298880332a388ba7.zip |
- Remove conditional checks relevant only on FreeBSD 5.x and older
Notes
Notes:
svn path=/head/; revision=225288
Diffstat (limited to 'audio/jack')
-rw-r--r-- | audio/jack/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index 4f0a26b8709d..0de92dcab41a 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -47,10 +47,6 @@ CONFIGURE_ENV+= ac_cv_prog_HAVE_DOXYGEN="false" PLIST_SUB+= DOCS="@comment " .endif -.if (${OSVERSION} < 502102 ) -BROKEN= Does not compile -.endif - .if exists(${LOCALBASE}/lib/libreadline.so.5) LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif |