diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:00:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:00:35 +0000 |
commit | 9803c252173e4a110ed908e8a640a9f6d3daf928 (patch) | |
tree | b960b02a38a478117fd94a885a66d5a33dc7e6f6 /www/aria | |
parent | fed612402309789ce2d1998ba15ede2bdce5321b (diff) | |
download | ports-9803c252173e4a110ed908e8a640a9f6d3daf928.tar.gz ports-9803c252173e4a110ed908e8a640a9f6d3daf928.zip |
Notes
Diffstat (limited to 'www/aria')
-rw-r--r-- | www/aria/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/aria/Makefile b/www/aria/Makefile index 0c8fe72e528c..d25de8169349 100644 --- a/www/aria/Makefile +++ b/www/aria/Makefile @@ -16,6 +16,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.t/test/} MAINTAINER= nakai@FreeBSD.org COMMENT= Yet another download tool +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not build" +.endif + USE_BZIP2= yes USE_GNOME= gtk12 USE_OPENSSL= yes @@ -39,4 +45,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README.euc ${PREFIX}/share/doc/${PORTNAME}/ .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |