diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-02-26 10:38:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-02-26 10:38:43 +0000 |
commit | fabbba245e24c15441e54128f545394d2feeac9e (patch) | |
tree | 18eb05b6345d1d3b72ea86979a02c0f038460dde /emulators | |
parent | 8a57760cbce09fbb78393dc529d535a05b151961 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/playonbsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/playonbsd/Makefile b/emulators/playonbsd/Makefile index 7c4ed74e6161..9e6e1910e4eb 100644 --- a/emulators/playonbsd/Makefile +++ b/emulators/playonbsd/Makefile @@ -31,7 +31,7 @@ GECKO_RUN_DEPENDS= wine-gecko>=2.21:emulators/wine-gecko ONLY_FOR_ARCHS= amd64 i386 -USES= python:run perl5 +USES= python:2.7,run perl5 USE_WX= 3.0 WX_COMPS= python:run |