diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-23 22:24:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-23 22:24:50 +0800 |
commit | 57e74f648ddf093bca7d1ada88bf47a66cf393b2 (patch) | |
tree | 19e417df457c1af866342c134ee04ece163615ad /science/vis5d+ | |
parent | 6d72635dc1e89743d03dc1fd4bad5820dfc0ab4d (diff) | |
download | freebsd-ports-gnome-57e74f648ddf093bca7d1ada88bf47a66cf393b2.tar.gz freebsd-ports-gnome-57e74f648ddf093bca7d1ada88bf47a66cf393b2.tar.zst freebsd-ports-gnome-57e74f648ddf093bca7d1ada88bf47a66cf393b2.zip |
- Mark BROKEN Does not compile
Diffstat (limited to 'science/vis5d+')
-rw-r--r-- | science/vis5d+/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/vis5d+/Makefile b/science/vis5d+/Makefile index a156076130c3..48c9142c22dc 100644 --- a/science/vis5d+/Makefile +++ b/science/vis5d+/Makefile @@ -33,6 +33,8 @@ CONFIGURE_ARGS= --enable-gtk --enable-threads --with-netcdf \ --with-mixkit=${LOCALBASE}/lib/libmix.a --with-x USE_LDCONFIG= yes +BROKEN= Does not compile + CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |