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 | |
parent | 07b83bef191778750d0a5183ba73899c884a3fcc (diff) | |
download | freebsd-ports-graphics-91af95b1aec7d4e2271f6c28ee50a54db6fb7c37.tar.gz freebsd-ports-graphics-91af95b1aec7d4e2271f6c28ee50a54db6fb7c37.tar.zst freebsd-ports-graphics-91af95b1aec7d4e2271f6c28ee50a54db6fb7c37.zip |
- Mark BROKEN: does not compile (broken by CPP change)
Reported by: pointyhat
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/vertex/Makefile | 2 | ||||
-rw-r--r-- | graphics/xpx/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/vertex/Makefile b/graphics/vertex/Makefile index 9f3001d4df7..36435a7806c 100644 --- a/graphics/vertex/Makefile +++ b/graphics/vertex/Makefile @@ -23,6 +23,8 @@ USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= UNIX +BROKEN= does not compile + MAN1= ${PORTNAME}.1 post-patch: diff --git a/graphics/xpx/Makefile b/graphics/xpx/Makefile index a48768c7974..c93fa840103 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 |