diff options
author | kris <kris@FreeBSD.org> | 2007-04-22 01:27:49 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-04-22 01:27:49 +0800 |
commit | 41306aa424ce9ce6aff6e5a5cb4db1a19e212be5 (patch) | |
tree | e6da691427b9e71b390496ac095137c98ead2561 /graphics/tulip | |
parent | 01b42f7794b2ecd428e377de22cee7165392bb77 (diff) | |
download | freebsd-ports-gnome-41306aa424ce9ce6aff6e5a5cb4db1a19e212be5.tar.gz freebsd-ports-gnome-41306aa424ce9ce6aff6e5a5cb4db1a19e212be5.tar.zst freebsd-ports-gnome-41306aa424ce9ce6aff6e5a5cb4db1a19e212be5.zip |
BROKEN on 7.0: does not comopile
Diffstat (limited to 'graphics/tulip')
-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 |