aboutsummaryrefslogtreecommitdiff
path: root/graphics/aeskulap/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-08-21 19:46:09 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-08-21 19:46:09 +0000
commit2a4692f3868ff3d84323794eabf912976f7de40a (patch)
treebf43a1bd3d5d88a4264d2b5e8562897a0720ff02 /graphics/aeskulap/Makefile
parenta6d7bb1ee9ab309077da5bc80c84eabeae1dbee2 (diff)
downloadports-2a4692f3868ff3d84323794eabf912976f7de40a.tar.gz
ports-2a4692f3868ff3d84323794eabf912976f7de40a.zip
- Mark BROKEN on 6.X: does not link
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=259690
Diffstat (limited to 'graphics/aeskulap/Makefile')
-rw-r--r--graphics/aeskulap/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/aeskulap/Makefile b/graphics/aeskulap/Makefile
index a0a64538e07e..0d92d2c1849c 100644
--- a/graphics/aeskulap/Makefile
+++ b/graphics/aeskulap/Makefile
@@ -35,4 +35,10 @@ CXXFLAGS+= -fPIC \
-I${LOCALBASE}/include
GNU_CONFIGURE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not link on 6.X
+.endif
+
+.include <bsd.port.post.mk>