diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 16:39:11 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 16:39:11 +0000 |
commit | ca2176f4ac9e70753263ba8d7d6d812142573e5b (patch) | |
tree | ad815939be3bffba08aba37cf0ca640ef860f55c /graphics/quat-gui/Makefile | |
parent | b4c8d3da5d599f48ed1d54e4f10d715c87dafa3f (diff) | |
download | ports-ca2176f4ac9e70753263ba8d7d6d812142573e5b.tar.gz ports-ca2176f4ac9e70753263ba8d7d6d812142573e5b.zip |
Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes
Notes:
svn path=/head/; revision=428135
Diffstat (limited to 'graphics/quat-gui/Makefile')
-rw-r--r-- | graphics/quat-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/quat-gui/Makefile b/graphics/quat-gui/Makefile index 5a035dd2c6f2..04ec87350ce2 100644 --- a/graphics/quat-gui/Makefile +++ b/graphics/quat-gui/Makefile @@ -3,7 +3,7 @@ PORTNAME= quat PORTVERSION= 1.20 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics MASTER_SITES= https://www.physcip.uni-stuttgart.de/pages/~phy11733/download/ PKGNAMESUFFIX= -gui |