diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-06 21:04:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-06 21:04:35 +0000 |
commit | d79412e966c266323f6f9af06bc0f874ca625005 (patch) | |
tree | 25f438008638e2d6411d46989a26e8725f36067a /graphics/xpx | |
parent | 679c4b3776f5a2b2e0758f6c83aceae1d048b8cd (diff) | |
download | ports-d79412e966c266323f6f9af06bc0f874ca625005.tar.gz ports-d79412e966c266323f6f9af06bc0f874ca625005.zip |
- Mark BROKEN: does not compile (broken by CPP change)
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=264163
Diffstat (limited to 'graphics/xpx')
-rw-r--r-- | graphics/xpx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/xpx/Makefile b/graphics/xpx/Makefile index a48768c79749..c93fa840103c 100644 --- a/graphics/xpx/Makefile +++ b/graphics/xpx/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org COMMENT= A simple pixel editing tool to make datas for KISS +BROKEN= does not build + WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes USE_XORG= x11 xext |