diff options
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/ubuntulooks/Makefile | 8 |
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> |