aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/ubuntulooks
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-21 19:05:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-21 19:05:17 +0000
commit00a5e04aa6d17d5e44c476d2605143eb288cd288 (patch)
treebcd8f4be15fc71d3df9b9303f678046f2b55d291 /x11-themes/ubuntulooks
parent4e801d79e363bee21034d166d85232e8e070cc5e (diff)
downloadports-00a5e04aa6d17d5e44c476d2605143eb288cd288.tar.gz
ports-00a5e04aa6d17d5e44c476d2605143eb288cd288.zip
- Does not compile on FreeBSD 4.X
Reported by: krismail
Notes
Notes: svn path=/head/; revision=162965
Diffstat (limited to 'x11-themes/ubuntulooks')
-rw-r--r--x11-themes/ubuntulooks/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-themes/ubuntulooks/Makefile b/x11-themes/ubuntulooks/Makefile
index b2f072fb8a07..bed8d5faad72 100644
--- a/x11-themes/ubuntulooks/Makefile
+++ b/x11-themes/ubuntulooks/Makefile
@@ -23,4 +23,10 @@ USE_GNOME= gtk20
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not compile
+.endif
+
+.include <bsd.port.post.mk>