diff options
author | pav <pav@FreeBSD.org> | 2006-06-06 04:49:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-06-06 04:49:20 +0800 |
commit | 86e0893973853eed899bf6be2337316c3f12ef8a (patch) | |
tree | fdc3005f3a78b51ba9c42f6ce3166cdaf73af90d /x11/ipager | |
parent | b5ebd87c0729cd63fc809205af960237b36c39d8 (diff) | |
download | freebsd-ports-gnome-86e0893973853eed899bf6be2337316c3f12ef8a.tar.gz freebsd-ports-gnome-86e0893973853eed899bf6be2337316c3f12ef8a.tar.zst freebsd-ports-gnome-86e0893973853eed899bf6be2337316c3f12ef8a.zip |
- Mark IGNORE on FreeBSD 4.X
PR: ports/98501
Submitted by: Vlad V. Teterya <vlad@vlad.uz.ua> (maintainer)
Diffstat (limited to 'x11/ipager')
-rw-r--r-- | x11/ipager/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/ipager/Makefile b/x11/ipager/Makefile index 736c632f8a64..333bd1339864 100644 --- a/x11/ipager/Makefile +++ b/x11/ipager/Makefile @@ -36,6 +36,12 @@ THEMES= atlantis.conf \ light_gray.conf \ light_orange.conf +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= fails to build on FreeBSD 4.x (due to problems with threading support) +.endif + post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${X11BASE}|' \ ${WRKSRC}/SConstruct @@ -69,4 +75,4 @@ post-install: @${ECHO_MSG} "" @${ECHO_MSG} "" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |