diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-21 09:49:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-21 09:49:55 +0000 |
commit | fe7f6d09d0fa41220899c676f1eba175a041002f (patch) | |
tree | bfb3e938afba4f8f686ee62e66cc90b95135cf14 | |
parent | e8ee15a6a16433b803ce93375e63c9c085d0b2cd (diff) |
Notes
-rw-r--r-- | graphics/pencil/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/pencil/Makefile b/graphics/pencil/Makefile index 459d004744ff..4abbbedacec5 100644 --- a/graphics/pencil/Makefile +++ b/graphics/pencil/Makefile @@ -34,6 +34,12 @@ USE_XORG= xi xrender xrandr xfixes xcursor xinerama xext x11 xau xdmcp \ USE_GL= gl glu WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 600000 +BROKEN= Does not compile +.endif + do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} -unix PREFIX=${PREFIX} \ @@ -54,4 +60,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |