aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2006-11-13 18:55:54 +0000
committerStefan Walter <stefan@FreeBSD.org>2006-11-13 18:55:54 +0000
commitf31a3d8bf84dfa8ec2ccd5e6c74965245be812e5 (patch)
treeb010d3262798cbe702eb17dcd33263a959881d35 /x11-themes
parent0c828377edf254e1f6968249169f63af7bce57f1 (diff)
downloadports-f31a3d8bf84dfa8ec2ccd5e6c74965245be812e5.tar.gz
ports-f31a3d8bf84dfa8ec2ccd5e6c74965245be812e5.zip
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/kdmtheme/Makefile8
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>