diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-04-22 01:24:54 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-04-22 01:24:54 +0000 |
commit | dd5b69aab28dbaab03e2bef9a7023b10e5d886f0 (patch) | |
tree | bb18641f7d0e9afd8e3f60285f6060e6eddb6e11 /x11-themes | |
parent | 6234f76585071334c4def6c0a0e5c4abad4c4dbf (diff) | |
download | ports-dd5b69aab28dbaab03e2bef9a7023b10e5d886f0.tar.gz ports-dd5b69aab28dbaab03e2bef9a7023b10e5d886f0.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-flat-theme2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-themes/gtk-flat-theme2/Makefile b/x11-themes/gtk-flat-theme2/Makefile index ed043551b46c..4f1d6f459b5d 100644 --- a/x11-themes/gtk-flat-theme2/Makefile +++ b/x11-themes/gtk-flat-theme2/Makefile @@ -22,4 +22,10 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack gtk20 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700029 +BROKEN= Incorrect objformat handling +.endif + +.include <bsd.port.post.mk> |