From c5888019686e0b3618f95345938bc9496b1f79b4 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 18 May 2003 12:00:35 +0000 Subject: BROKEN on 5.1: does not build --- www/aria/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'www/aria') 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 + +.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 +.include -- cgit