diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-04-18 19:59:09 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-04-18 19:59:09 +0000 |
commit | 48c4c898ed44742229e9837671c38f6ffb66b310 (patch) | |
tree | 9435030368315c134928015afe1b4a39f199cbde /sysutils/jailme | |
parent | cfbb133944764aa0f37f5db358668f28c388c7c5 (diff) | |
download | ports-48c4c898ed44742229e9837671c38f6ffb66b310.tar.gz ports-48c4c898ed44742229e9837671c38f6ffb66b310.zip |
Notes
Diffstat (limited to 'sysutils/jailme')
-rw-r--r-- | sysutils/jailme/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/jailme/Makefile b/sysutils/jailme/Makefile index b1cef942ef15..df327b36696a 100644 --- a/sysutils/jailme/Makefile +++ b/sysutils/jailme/Makefile @@ -17,10 +17,4 @@ PLIST_FILES= sbin/jailme USE_BZIP2= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |