diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-12-29 03:44:04 +0800 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-12-29 03:44:04 +0800 |
commit | a1b716e05966abf254de26fa69f62f9eed8fe5f0 (patch) | |
tree | e892b08a8978ea2d83f3f4d07081cdd381a9b638 /x11-toolkits | |
parent | 9d4b5e02e1d23c4a42ce05f9bd8eade38fbb1b84 (diff) | |
download | freebsd-ports-gnome-a1b716e05966abf254de26fa69f62f9eed8fe5f0.tar.gz freebsd-ports-gnome-a1b716e05966abf254de26fa69f62f9eed8fe5f0.tar.zst freebsd-ports-gnome-a1b716e05966abf254de26fa69f62f9eed8fe5f0.zip |
bump PORTVERSION for shared library version changed of graphics/Coin
Reported by: erwin via pointyhat
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/SoXt/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/soqt/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/x11-toolkits/soqt/Makefile b/x11-toolkits/soqt/Makefile index 849551f2a8e6..aeccb78bd7b5 100644 --- a/x11-toolkits/soqt/Makefile +++ b/x11-toolkits/soqt/Makefile @@ -7,7 +7,7 @@ PORTNAME= SoQt PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ \ ftp://ftp.coin3d.org/pub/coin/src/all/ @@ -16,7 +16,7 @@ DIST_SUBDIR= KDE MAINTAINER= ports@FreeBSD.org COMMENT= Qt toolkit library for Coin -LIB_DEPENDS= Coin.44:${PORTSDIR}/graphics/Coin +LIB_DEPENDS= Coin.45:${PORTSDIR}/graphics/Coin USE_AUTOTOOLS= libtool:15 USE_QT_VER= 3 |