diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-03-21 15:45:48 +0800 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-03-21 15:45:48 +0800 |
commit | 2d5d8f563b842a06e46b36637ecc0d34a3196710 (patch) | |
tree | 3fb00ed2b3e27c4d4080015307243bd02024ac4f /x11 | |
parent | 18b4ffec03eebc98c589984bf805b2fe16f0c371 (diff) | |
download | freebsd-ports-gnome-2d5d8f563b842a06e46b36637ecc0d34a3196710.tar.gz freebsd-ports-gnome-2d5d8f563b842a06e46b36637ecc0d34a3196710.tar.zst freebsd-ports-gnome-2d5d8f563b842a06e46b36637ecc0d34a3196710.zip |
Mark BROKEN on FreeBSD 4.X.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rsibreak-kde4/Makefile | 8 | ||||
-rw-r--r-- | x11/rsibreak/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/x11/rsibreak-kde4/Makefile b/x11/rsibreak-kde4/Makefile index 09a9c435cdd2..41b84fb773d2 100644 --- a/x11/rsibreak-kde4/Makefile +++ b/x11/rsibreak-kde4/Makefile @@ -19,8 +19,14 @@ USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 USE_GETTEXT= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Doesn't compile on FreeBSD 4.X +.endif + post-patch: @${REINPLACE_CMD} 's/install-data-local: install-apidox/install-data-local:/' \ ${WRKSRC}/rsibreak/Makefile.in ${WRKSRC}/rsibreak/src/Makefile.in -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11/rsibreak/Makefile b/x11/rsibreak/Makefile index 09a9c435cdd2..41b84fb773d2 100644 --- a/x11/rsibreak/Makefile +++ b/x11/rsibreak/Makefile @@ -19,8 +19,14 @@ USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 USE_GETTEXT= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Doesn't compile on FreeBSD 4.X +.endif + post-patch: @${REINPLACE_CMD} 's/install-data-local: install-apidox/install-data-local:/' \ ${WRKSRC}/rsibreak/Makefile.in ${WRKSRC}/rsibreak/src/Makefile.in -.include <bsd.port.mk> +.include <bsd.port.post.mk> |