aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-05-22 03:05:17 +0800
committerpav <pav@FreeBSD.org>2006-05-22 03:05:17 +0800
commit1033a0eef776f717c5ea483a0d845e5795730231 (patch)
tree7f8a538d8e10b13f3d6658a8d57b5adb6956d7f5 /x11-themes
parent38826514f79aebf4206e875eee91614078eef331 (diff)
downloadfreebsd-ports-gnome-1033a0eef776f717c5ea483a0d845e5795730231.tar.gz
freebsd-ports-gnome-1033a0eef776f717c5ea483a0d845e5795730231.tar.zst
freebsd-ports-gnome-1033a0eef776f717c5ea483a0d845e5795730231.zip
- Does not compile on FreeBSD 4.X
Reported by: krismail
Diffstat (limited to 'x11-themes')
-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>