diff options
author | sat <sat@FreeBSD.org> | 2006-05-31 19:30:46 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-31 19:30:46 +0800 |
commit | 510ee51a42a5a3087ba232455674ef119b8234e3 (patch) | |
tree | ecf8bcce746b029c6fb0204587b5fa6d8c1ba20d /www | |
parent | f969f5ed1428f97f00b1be1c77e64d467cb05b5d (diff) | |
download | freebsd-ports-gnome-510ee51a42a5a3087ba232455674ef119b8234e3.tar.gz freebsd-ports-gnome-510ee51a42a5a3087ba232455674ef119b8234e3.tar.zst freebsd-ports-gnome-510ee51a42a5a3087ba232455674ef119b8234e3.zip |
- Mark broken on 4.x
Reported by: pointyhat via kris
Approved by: krion (mentor, implicit)
Diffstat (limited to 'www')
-rw-r--r-- | www/aria2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile index 621f035bc1ee..3e6a7d0fecbb 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -28,7 +28,13 @@ PLIST_FILES= bin/aria2c \ share/locale/de/LC_MESSAGES/aria2c.mo \ share/locale/ja/LC_MESSAGES/aria2c.mo +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not build on 4.x +.endif + post-patch: @${REINPLACE_CMD} -e 's/SA_ONESHOT/SA_RESETHAND/g' ${WRKSRC}/src/main.cc -.include <bsd.port.mk> +.include <bsd.port.post.mk> |