aboutsummaryrefslogtreecommitdiffstats
path: root/www/aria
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 20:00:35 +0800
committerkris <kris@FreeBSD.org>2003-05-18 20:00:35 +0800
commitc5888019686e0b3618f95345938bc9496b1f79b4 (patch)
tree8792319db96435a7a21410ead39a15f12770053d /www/aria
parentb9427b6005b396d7c7f06794991a96c37639ef38 (diff)
downloadfreebsd-ports-gnome-c5888019686e0b3618f95345938bc9496b1f79b4.tar.gz
freebsd-ports-gnome-c5888019686e0b3618f95345938bc9496b1f79b4.tar.zst
freebsd-ports-gnome-c5888019686e0b3618f95345938bc9496b1f79b4.zip
BROKEN on 5.1: does not build
Diffstat (limited to 'www/aria')
-rw-r--r--www/aria/Makefile8
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>