diff options
author | pav <pav@FreeBSD.org> | 2010-11-07 05:04:35 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-11-07 05:04:35 +0800 |
commit | 91af95b1aec7d4e2271f6c28ee50a54db6fb7c37 (patch) | |
tree | 4d3ee65990be705705365bac5faaf614c7c80883 /graphics/xpx | |
parent | 07b83bef191778750d0a5183ba73899c884a3fcc (diff) | |
download | freebsd-ports-gnome-91af95b1aec7d4e2271f6c28ee50a54db6fb7c37.tar.gz freebsd-ports-gnome-91af95b1aec7d4e2271f6c28ee50a54db6fb7c37.tar.zst freebsd-ports-gnome-91af95b1aec7d4e2271f6c28ee50a54db6fb7c37.zip |
- Mark BROKEN: does not compile (broken by CPP change)
Reported by: pointyhat
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 |