diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-21 17:49:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-21 17:49:55 +0800 |
commit | dcb91e8e88d146d60f8d6842ff6aabb7450fb271 (patch) | |
tree | 013851d15a9bd562102cf894ed19f894746c6f53 /graphics | |
parent | 97a28adda93a3c77626acd2d2c2fd14975d40d3d (diff) | |
download | freebsd-ports-gnome-dcb91e8e88d146d60f8d6842ff6aabb7450fb271.tar.gz freebsd-ports-gnome-dcb91e8e88d146d60f8d6842ff6aabb7450fb271.tar.zst freebsd-ports-gnome-dcb91e8e88d146d60f8d6842ff6aabb7450fb271.zip |
- Mark BROKEN on 5.X
Submitted by: pointyhat
Approved by: maintainer
Diffstat (limited to 'graphics')
-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> |