diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-04-21 17:27:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-04-21 17:27:49 +0000 |
commit | 5386c4229e9d6e670b0703a95ec0d1d2a8f4f90a (patch) | |
tree | ba221baa2f2efa03ed4d51be89adea8a3a1d56a8 /graphics/tulip/Makefile | |
parent | a68ae9cfb56849951561b885a9d4fe886bfdc75c (diff) | |
download | ports-5386c4229e9d6e670b0703a95ec0d1d2a8f4f90a.tar.gz ports-5386c4229e9d6e670b0703a95ec0d1d2a8f4f90a.zip |
BROKEN on 7.0: does not comopile
Notes
Notes:
svn path=/head/; revision=190574
Diffstat (limited to 'graphics/tulip/Makefile')
-rw-r--r-- | graphics/tulip/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index 666ded55f684..407f91f86cda 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -48,6 +48,10 @@ LDFLAGS= -Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib \ CFLAGS+= -fPIC .endif +.if ${OSVERSION} >= 700029 +BROKEN= Does not compile +.endif + post-extract: @${FIND} ${WRKSRC} -name "moc_*" -delete |