diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-10-07 12:27:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-10-07 12:27:42 +0000 |
commit | 63973baf98142d3175ac6dcd8d73263455df42e2 (patch) | |
tree | 3a838674a7f3cca6d3efa476756b2fb5baec111c /graphics/Coin/Makefile | |
parent | 8d3dc989a5fdfb42438e92d4d3233bbd612585bc (diff) | |
download | ports-63973baf98142d3175ac6dcd8d73263455df42e2.tar.gz ports-63973baf98142d3175ac6dcd8d73263455df42e2.zip |
Notes
Diffstat (limited to 'graphics/Coin/Makefile')
-rw-r--r-- | graphics/Coin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index 996b84235411..f0d31309e7e7 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Coin -PORTVERSION= 2.4.4 -PORTREVISION= 1 +PORTVERSION= 2.4.5 CATEGORIES= graphics MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ \ ftp://ftp.coin3d.org/pub/coin/src/all/ @@ -24,6 +23,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-pthread=yes --enable-threadsafe \ --enable-3ds-import --enable-sound USE_LDCONFIG= yes +MAKE_ENV= LANG=C MAN1= coin-config.1 |