diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2006-11-13 18:55:54 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2006-11-13 18:55:54 +0000 |
commit | f31a3d8bf84dfa8ec2ccd5e6c74965245be812e5 (patch) | |
tree | b010d3262798cbe702eb17dcd33263a959881d35 /x11-themes | |
parent | 0c828377edf254e1f6968249169f63af7bce57f1 (diff) | |
download | ports-f31a3d8bf84dfa8ec2ccd5e6c74965245be812e5.tar.gz ports-f31a3d8bf84dfa8ec2ccd5e6c74965245be812e5.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/kdmtheme/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-themes/kdmtheme/Makefile b/x11-themes/kdmtheme/Makefile index e0f8abc13777..b18cd20c2102 100644 --- a/x11-themes/kdmtheme/Makefile +++ b/x11-themes/kdmtheme/Makefile @@ -22,4 +22,10 @@ USE_GMAKE= yes post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not build on FreeBSD < 5.x +.endif + +.include <bsd.port.post.mk> |