aboutsummaryrefslogtreecommitdiff
path: root/graphics/pencil
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-05-21 09:49:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-05-21 09:49:55 +0000
commitfe7f6d09d0fa41220899c676f1eba175a041002f (patch)
treebfb3e938afba4f8f686ee62e66cc90b95135cf14 /graphics/pencil
parente8ee15a6a16433b803ce93375e63c9c085d0b2cd (diff)
downloadports-fe7f6d09d0fa41220899c676f1eba175a041002f.tar.gz
ports-fe7f6d09d0fa41220899c676f1eba175a041002f.zip
Notes
Diffstat (limited to 'graphics/pencil')
-rw-r--r--graphics/pencil/Makefile8
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>