diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-02-03 23:18:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-02-03 23:18:22 +0000 |
commit | 8025317a0ecd4a5aee18f6fe88cfec5ee0abc407 (patch) | |
tree | 2259996b01f2407069c8d40515a810f0d52559a2 /graphics/tumble | |
parent | 751496be5183533507cf067fcffd5c6be4b1931b (diff) |
Notes
Diffstat (limited to 'graphics/tumble')
-rw-r--r-- | graphics/tumble/Makefile | 2 | ||||
-rw-r--r-- | graphics/tumble/pkg-descr | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/tumble/Makefile b/graphics/tumble/Makefile index 1c11d5d1edeb..8ffaaa94bd6d 100644 --- a/graphics/tumble/Makefile +++ b/graphics/tumble/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex USE_GMAKE= yes USE_BISON= build +MAKE_JOBS_SAFE= yes + CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/graphics/tumble/pkg-descr b/graphics/tumble/pkg-descr index 05ddd463ff15..30c1255f176f 100644 --- a/graphics/tumble/pkg-descr +++ b/graphics/tumble/pkg-descr @@ -9,3 +9,5 @@ original coding. The current version of Tumble will only work on little-endian systems, such as x86, VAX, and Alpha. The byte order dependencies will be fixed in a later release. + +WWW: http://tumble.brouhaha.com/ |