diff options
-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 2daaf2f4f739..9e0f71c399d2 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 3040972c7bf5..c158a632d44a 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} |