diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-10-25 16:16:48 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-10-25 16:16:48 +0000 |
commit | 1cdb3e8f5d60bd5905dd654778a1599f57f58ccf (patch) | |
tree | 9d13bc78266cc628c37ab8dbd46b7d8ed058158d /emulators | |
parent | ce01f38cc12172b564306ef9b2251fe05a30a7bf (diff) | |
download | ports-1cdb3e8f5d60bd5905dd654778a1599f57f58ccf.tar.gz ports-1cdb3e8f5d60bd5905dd654778a1599f57f58ccf.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/joytran/Makefile | 4 |
1 files changed, 2 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 |