diff options
author | mva <mva@FreeBSD.org> | 2013-10-26 00:16:48 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-10-26 00:16:48 +0800 |
commit | 77e361398b0e94327268f277c2516be44b73ecb3 (patch) | |
tree | 9d13bc78266cc628c37ab8dbd46b7d8ed058158d | |
parent | 37f5b90f65f4a5db3d99f28bb26a98207f743fe4 (diff) | |
download | freebsd-ports-graphics-77e361398b0e94327268f277c2516be44b73ecb3.tar.gz freebsd-ports-graphics-77e361398b0e94327268f277c2516be44b73ecb3.tar.zst freebsd-ports-graphics-77e361398b0e94327268f277c2516be44b73ecb3.zip |
- Chase devel/sdl20 shlib version change
-rw-r--r-- | emulators/joytran/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/py-kivy/Makefile | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/emulators/joytran/Makefile b/emulators/joytran/Makefile index 2daaf2f4f73..9e0f71c399d 100644 --- a/emulators/joytran/Makefile +++ b/emulators/joytran/Makefile @@ -3,6 +3,7 @@ PORTNAME= joytran PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= BERLIOS GOOGLE_CODE MASTER_SITE_SUBDIR= joytran @@ -13,11 +14,10 @@ COMMENT= Joystick to keyboard/mouse events translator written in C LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYRIGHT -LIB_DEPENDS= SDL2:${PORTSDIR}/devel/sdl20 - # This is needed to fetch from BerliOS FETCH_ARGS= "-Fpr" USE_BZIP2= yes +USE_SDL= sdl2 USES= cmake pkgconfig CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" -DPREFIX="${PREFIX}" USE_XORG= x11 xtst diff --git a/x11-toolkits/py-kivy/Makefile b/x11-toolkits/py-kivy/Makefile index 3040972c7bf..c158a632d44 100644 --- a/x11-toolkits/py-kivy/Makefile +++ b/x11-toolkits/py-kivy/Makefile @@ -3,6 +3,7 @@ PORTNAME= kivy PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits python MASTER_SITES= LOCAL/dbn/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |