diff options
author | pav <pav@FreeBSD.org> | 2011-11-05 06:19:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-11-05 06:19:36 +0800 |
commit | 7e799edf9c48b58a284dc5433054d6dbd8187c2c (patch) | |
tree | 0cbf71b71edb4dc8274954879f85591d3470001e /science | |
parent | 2d4fa0928b330941a7179ca42c181f2166b1ac5a (diff) | |
download | freebsd-ports-gnome-7e799edf9c48b58a284dc5433054d6dbd8187c2c.tar.gz freebsd-ports-gnome-7e799edf9c48b58a284dc5433054d6dbd8187c2c.tar.zst freebsd-ports-gnome-7e799edf9c48b58a284dc5433054d6dbd8187c2c.zip |
- Mark BROKEN: does not compile with new fltk
Reported by: pointyhat
Diffstat (limited to 'science')
-rw-r--r-- | science/flounder/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/flounder/Makefile b/science/flounder/Makefile index 6b71f83ef247..b108a6a57368 100644 --- a/science/flounder/Makefile +++ b/science/flounder/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \ ungif:${PORTSDIR}/graphics/libungif \ png:${PORTSDIR}/graphics/png +BROKEN= does not compile + USE_GL= glut GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |