diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-12-28 19:44:04 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-12-28 19:44:04 +0000 |
commit | a1b716e05966abf254de26fa69f62f9eed8fe5f0 (patch) | |
tree | e892b08a8978ea2d83f3f4d07081cdd381a9b638 /x11-toolkits/SoXt | |
parent | 9d4b5e02e1d23c4a42ce05f9bd8eade38fbb1b84 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/SoXt')
-rw-r--r-- | x11-toolkits/SoXt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/SoXt/Makefile b/x11-toolkits/SoXt/Makefile index bc4f49e65cdc..7fb73fc8f0f2 100644 --- a/x11-toolkits/SoXt/Makefile +++ b/x11-toolkits/SoXt/Makefile @@ -7,14 +7,14 @@ PORTNAME= SoXt PORTVERSION= 1.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/ MAINTAINER= ports@FreeBSD.org COMMENT= GUI binding for using Open Inventor with Xt/Motif -LIB_DEPENDS= Coin.44:${PORTSDIR}/graphics/Coin +LIB_DEPENDS= Coin.45:${PORTSDIR}/graphics/Coin USE_GL= yes USE_MOTIF= yes |