diff options
author | mva <mva@FreeBSD.org> | 2013-11-17 20:33:49 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-11-17 20:33:49 +0800 |
commit | fc647b1b5f6f78d3a8cb964c34144e5bb8319b97 (patch) | |
tree | de53b60cb1c495c3a2b4f057658fd6262c6100e9 /x11-toolkits | |
parent | 9b6f34c36cade35f832dc03e1c308e48760e6d6a (diff) | |
download | freebsd-ports-gnome-fc647b1b5f6f78d3a8cb964c34144e5bb8319b97.tar.gz freebsd-ports-gnome-fc647b1b5f6f78d3a8cb964c34144e5bb8319b97.tar.zst freebsd-ports-gnome-fc647b1b5f6f78d3a8cb964c34144e5bb8319b97.zip |
- Switch devel/sdl20 to use the autotools-based configuration, since the
cmake-based one is not maintained that well
- Fix library naming to ensure backwards compatibility on minor version
changes
- Bump the PORTREVISION on ports depending on devel/sdl20, since its
shared library name changed
PR: ports/183975
Submitted by: Jan Kokemüller <jan.kokemueller@gmail.com>
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-kivy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-kivy/Makefile b/x11-toolkits/py-kivy/Makefile index bd9c0ff3f948..aa2ff1aed947 100644 --- a/x11-toolkits/py-kivy/Makefile +++ b/x11-toolkits/py-kivy/Makefile @@ -3,7 +3,7 @@ PORTNAME= kivy PORTVERSION= 1.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits python MASTER_SITES= LOCAL/dbn/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |