diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-18 08:01:25 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-18 08:01:25 +0000 |
commit | d293b9db160a0dfd0ea19dba7bf255144ce233ef (patch) | |
tree | bcfbaaae5da78fdc44756bf29594e15187268614 /www/aria2 | |
parent | dab3a7e1e62ee4ed9551ad543e58d3249ad471b1 (diff) | |
download | ports-d293b9db160a0dfd0ea19dba7bf255144ce233ef.tar.gz ports-d293b9db160a0dfd0ea19dba7bf255144ce233ef.zip |
Notes
Diffstat (limited to 'www/aria2')
-rw-r--r-- | www/aria2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile index e15ffeb69df7..da0db092de9f 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -31,10 +31,4 @@ PLIST_FILES= bin/aria2c \ share/locale/ru/LC_MESSAGES/aria2c.mo MAN1= aria2c.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not build on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |