diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-23 10:17:59 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-23 10:17:59 +0000 |
commit | cb10b628f9e39fcf621898d13099ea3ece0a5924 (patch) | |
tree | 1745a9007ebe25932c3ba87560e50812a0d50bb2 /graphics/Coin | |
parent | 367a88c12e79578512d0a4743af133941a972f1e (diff) | |
download | ports-cb10b628f9e39fcf621898d13099ea3ece0a5924.tar.gz ports-cb10b628f9e39fcf621898d13099ea3ece0a5924.zip |
Notes
Diffstat (limited to 'graphics/Coin')
-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 8f991189f3c2..ae3d74d26689 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -7,7 +7,7 @@ PORTNAME= Coin PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/ @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= C++ 3D graphics library based on the Open Inventor 2.1 API BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen -LIB_DEPENDS= simage.22:${PORTSDIR}/graphics/simage \ +LIB_DEPENDS= simage.26:${PORTSDIR}/graphics/simage \ openal.0:${PORTSDIR}/audio/openal USE_REINPLACE= yes |