diff options
author | pav <pav@FreeBSD.org> | 2008-12-01 02:34:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-12-01 02:34:19 +0800 |
commit | 5904d5df1f734004f4476e187aabf5ccb65ba458 (patch) | |
tree | 368a89b2f5cff15bff601b1c4ef02d58661f45cd /math | |
parent | 763d97d511a9aac40e721a02458eded42a4ef008 (diff) | |
download | freebsd-ports-gnome-5904d5df1f734004f4476e187aabf5ccb65ba458.tar.gz freebsd-ports-gnome-5904d5df1f734004f4476e187aabf5ccb65ba458.tar.zst freebsd-ports-gnome-5904d5df1f734004f4476e187aabf5ccb65ba458.zip |
- Does not compile on 6.x either
Reported by: pointyhat
Diffstat (limited to 'math')
-rw-r--r-- | math/rascal/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/rascal/Makefile b/math/rascal/Makefile index 3d2755dca0f3..4ca356dfa63f 100644 --- a/math/rascal/Makefile +++ b/math/rascal/Makefile @@ -30,6 +30,8 @@ MAN1= rascal.1 .if ${OSVERSION} >= 700042 BROKEN= Does not compile with GCC 4.2 +.else +BROKEN= does not link .endif .if ${HAVE_GNOME:Mgnomelibs}!="" |