diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2007-01-11 17:25:46 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2007-01-11 17:25:46 +0000 |
commit | d11db20443d5179328af4b90a524eecf2b3fe505 (patch) | |
tree | ba03f827075aabedef7d17493b4d8529a5895bf0 /x11-themes | |
parent | 12e266aaa796d48262b23327df6291e027cd152f (diff) | |
download | ports-d11db20443d5179328af4b90a524eecf2b3fe505.tar.gz ports-d11db20443d5179328af4b90a524eecf2b3fe505.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/kde-style-polyester/Makefile | 8 | ||||
-rw-r--r-- | x11-themes/kde4-style-polyester/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/x11-themes/kde-style-polyester/Makefile b/x11-themes/kde-style-polyester/Makefile index 355052cc60f1..7835ffb9c7c3 100644 --- a/x11-themes/kde-style-polyester/Makefile +++ b/x11-themes/kde-style-polyester/Makefile @@ -24,4 +24,10 @@ USE_AUTOTOOLS= libtool:15 post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif + +.include <bsd.port.post.mk> diff --git a/x11-themes/kde4-style-polyester/Makefile b/x11-themes/kde4-style-polyester/Makefile index 355052cc60f1..7835ffb9c7c3 100644 --- a/x11-themes/kde4-style-polyester/Makefile +++ b/x11-themes/kde4-style-polyester/Makefile @@ -24,4 +24,10 @@ USE_AUTOTOOLS= libtool:15 post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif + +.include <bsd.port.post.mk> |