diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-23 08:57:24 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-23 08:57:24 +0800 |
commit | b6d363883b90faa3e090db13754ad7144d735887 (patch) | |
tree | 64af034d589e76b3123946f5439f599b260a7ff0 /x11-toolkits/soqt | |
parent | 25d4dc0bb1be8b160ca80dcea83c91dcda568b13 (diff) | |
download | freebsd-ports-gnome-b6d363883b90faa3e090db13754ad7144d735887.tar.gz freebsd-ports-gnome-b6d363883b90faa3e090db13754ad7144d735887.tar.zst freebsd-ports-gnome-b6d363883b90faa3e090db13754ad7144d735887.zip |
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'x11-toolkits/soqt')
-rw-r--r-- | x11-toolkits/soqt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/soqt/Makefile b/x11-toolkits/soqt/Makefile index cf3be78f5161..c07ada373eef 100644 --- a/x11-toolkits/soqt/Makefile +++ b/x11-toolkits/soqt/Makefile @@ -3,7 +3,7 @@ PORTNAME= SoQt PORTVERSION= 1.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ \ ftp://ftp.coin3d.org/pub/coin/src/all/ |