diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2007-12-29 03:44:04 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2007-12-29 03:44:04 +0800 |
commit | cefb9fdf8a61186b5cc6cf8e27f5205b7c27a86e (patch) | |
tree | aa4ba933eca577d6e4896d5e897aff63a36738a9 /x11-toolkits/SoXt | |
parent | d125c8e824f7105d4afd7ff52f9d29d554790cf7 (diff) | |
download | freebsd-ports-gnome-cefb9fdf8a61186b5cc6cf8e27f5205b7c27a86e.tar.gz freebsd-ports-gnome-cefb9fdf8a61186b5cc6cf8e27f5205b7c27a86e.tar.zst freebsd-ports-gnome-cefb9fdf8a61186b5cc6cf8e27f5205b7c27a86e.zip |
bump PORTVERSION for shared library version changed of graphics/Coin
Reported by: erwin via pointyhat
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 |