diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-13 12:25:59 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-13 12:25:59 +0000 |
commit | bd65ac39236aff71e1e32902e34a4c3405e3fb4b (patch) | |
tree | 42b156105aa350a390fe12a4a9126afd42171192 /games/alephone-scenarios/Makefile | |
parent | 1daf0738e74c23d04ab11673bcb895f773bbdf19 (diff) |
Notes
Diffstat (limited to 'games/alephone-scenarios/Makefile')
-rw-r--r-- | games/alephone-scenarios/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/alephone-scenarios/Makefile b/games/alephone-scenarios/Makefile index 7905c76f8b20..b291af63027f 100644 --- a/games/alephone-scenarios/Makefile +++ b/games/alephone-scenarios/Makefile @@ -42,7 +42,7 @@ SUB_FILES= wrapper .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 +.if ${OPSYS} == FreeBSD . if ${PORT_OPTIONS:METERNAL} || ${PORT_OPTIONS:MRUBICON} USES= zip:infozip . endif @@ -51,7 +51,7 @@ USES= zip:infozip DATADIR!= cd ${PORTSDIR}/games/alephone && ${MAKE} -V DATADIR .if ${PORT_OPTIONS:MEMR} -. if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 +. if ${OPSYS} == FreeBSD EXTRACT_DEPENDS=gtar:archivers/gtar TAR= ${LOCALBASE}/bin/gtar . endif |