diff options
author | arved <arved@FreeBSD.org> | 2003-09-15 16:04:34 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-09-15 16:04:34 +0000 |
commit | 015baf9a0202010a3212021b4f1cda24ab2cfa88 (patch) | |
tree | 37bfb36401c99333b94f2a9a6bce52a4eac67227 /x11-toolkits | |
parent | e139296fed4579883521ab061356570ce963c324 (diff) | |
download | FreeBSD-ports-015baf9a0202010a3212021b4f1cda24ab2cfa88.zip FreeBSD-ports-015baf9a0202010a3212021b4f1cda24ab2cfa88.tar.gz |
Fix Coin dependency.
Reported by: bento
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/soqt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/soqt/Makefile b/x11-toolkits/soqt/Makefile index c56378c..20224a4 100644 --- a/x11-toolkits/soqt/Makefile +++ b/x11-toolkits/soqt/Makefile @@ -7,6 +7,7 @@ PORTNAME= SoQt PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/ DIST_SUBDIR= KDE @@ -14,7 +15,7 @@ DIST_SUBDIR= KDE MAINTAINER= roland.jesse@gmx.net COMMENT= Qt toolkit library for Coin -LIB_DEPENDS= Coin.40:${PORTSDIR}/graphics/Coin +LIB_DEPENDS= Coin.41:${PORTSDIR}/graphics/Coin USE_QT_VER= 3 USE_LIBTOOL= yes |