diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-05-26 19:04:04 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-05-26 19:04:04 +0000 |
commit | 31b86d93e325f80f9b7f6e4ccfbd7fe60a627e37 (patch) | |
tree | e0ff45a24b3197039353e4f6ad39ec0c3581adf8 /emulators/wxmupen64plus | |
parent | 4e84ab01a6044028e410e841b376ee4394657323 (diff) | |
download | ports-31b86d93e325f80f9b7f6e4ccfbd7fe60a627e37.tar.gz ports-31b86d93e325f80f9b7f6e4ccfbd7fe60a627e37.zip |
Notes
Diffstat (limited to 'emulators/wxmupen64plus')
-rw-r--r-- | emulators/wxmupen64plus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wxmupen64plus/Makefile b/emulators/wxmupen64plus/Makefile index ac0e047ebbb8..92871f7565aa 100644 --- a/emulators/wxmupen64plus/Makefile +++ b/emulators/wxmupen64plus/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64plus.so.2:emulators/mupen64plus-core \ WRKSRC= ${WRKDIR}/auria-${PORTNAME}-0564db396383 -USES= compiler:c++11-lib python +USES= compiler:c++11-lib python:2.7 USE_CXXSTD= c++11 USE_SDL= yes USE_WX= 3.0 |